comparison src/mono.sml @ 608:330a7de47914

Export RPC functions and push RPC calls through to Mono
author Adam Chlipala <adamc@hcoop.net>
date Sun, 15 Feb 2009 09:27:36 -0500
parents 57f476c934da
children 56aaa1941dad
comparison
equal deleted inserted replaced
607:0dd40b6bfdf3 608:330a7de47914
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 int * exp list * exp
113
112 withtype exp = exp' located 114 withtype exp = exp' located
113 115
114 datatype decl' = 116 datatype decl' =
115 DDatatype of string * int * (string * int * typ option) list 117 DDatatype of string * int * (string * int * typ option) list
116 | DVal of string * int * typ * exp * string 118 | DVal of string * int * typ * exp * string