From f79732bbf16467ecf40c6068bac93502aa49e9d2 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 22 Aug 2009 12:55:18 -0400 Subject: Convert to requiring explicit 'rpc' marker --- src/core.sml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.sml') diff --git a/src/core.sml b/src/core.sml index e7466746..2b2d5ca5 100644 --- a/src/core.sml +++ b/src/core.sml @@ -115,7 +115,7 @@ datatype exp' = | 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 -- cgit v1.2.3