diff src/core.sml @ 908:ed06e25c70ef

Convert to requiring explicit 'rpc' marker
author Adam Chlipala <adamc@hcoop.net>
date Sat, 22 Aug 2009 12:55:18 -0400
parents 61a1f5c5ae2c
children 2a50da66ffd8
line wrap: on
line diff
--- a/src/core.sml	Tue Aug 11 12:01:54 2009 -0400
+++ b/src/core.sml	Sat Aug 22 12:55:18 2009 -0400
@@ -115,7 +115,7 @@
 
        | ELet of string * con * exp * exp
 
-       | EServerCall of int * exp list * exp * con
+       | EServerCall of int * exp list * exp * con * con
 
 withtype exp = exp' located