From f7db36644bdbde7b0ed48daffeb760bd5418bd2e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 14 Feb 2009 14:07:56 -0500 Subject: Start of RPCification --- src/core.sml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core.sml') diff --git a/src/core.sml b/src/core.sml index 4623bb49..fbe150c1 100644 --- a/src/core.sml +++ b/src/core.sml @@ -106,6 +106,8 @@ datatype exp' = | ELet of string * con * exp * exp + | EServerCall of int * exp list * exp + withtype exp = exp' located datatype export_kind = -- cgit v1.2.3