comparison src/mono.sml @ 614:5891f47d7cff

Parameterized RPC query
author Adam Chlipala <adamc@hcoop.net>
date Sun, 15 Feb 2009 13:03:09 -0500
parents 56aaa1941dad
children f73913d97a40
comparison
equal deleted inserted replaced
613:c5991cdb0c4b 614:5891f47d7cff
107 107
108 | ESignalReturn of exp 108 | ESignalReturn of exp
109 | ESignalBind of exp * exp 109 | ESignalBind of exp * exp
110 | ESignalSource of exp 110 | ESignalSource of exp
111 111
112 | EServerCall of string * exp list * exp * typ 112 | EServerCall of exp * exp * typ
113 113
114 withtype exp = exp' located 114 withtype exp = exp' located
115 115
116 datatype decl' = 116 datatype decl' =
117 DDatatype of string * int * (string * int * typ option) list 117 DDatatype of string * int * (string * int * typ option) list