comparison src/mono.sml @ 707:d8217b4cb617

PRIMARY KEY
author Adam Chlipala <adamc@hcoop.net>
date Tue, 07 Apr 2009 16:14:31 -0400
parents 70cbdcf5989b
children f152f215a02c
comparison
equal deleted inserted replaced
706:1fb318c17546 707:d8217b4cb617
119 DDatatype of string * int * (string * int * typ option) list 119 DDatatype of string * int * (string * int * typ option) list
120 | DVal of string * int * typ * exp * string 120 | DVal of string * int * typ * exp * string
121 | DValRec of (string * int * typ * exp * string) list 121 | DValRec of (string * int * typ * exp * string) list
122 | DExport of Core.export_kind * string * int * typ list * typ 122 | DExport of Core.export_kind * string * int * typ list * typ
123 123
124 | DTable of string * (string * typ) list * exp 124 | DTable of string * (string * typ) list * exp * exp
125 | DSequence of string 125 | DSequence of string
126 | DDatabase of {name : string, expunge : int, initialize : int} 126 | DDatabase of {name : string, expunge : int, initialize : int}
127 127
128 | DJavaScript of string 128 | DJavaScript of string
129 129