From 5a88b41a6655f601c989ae94ce1fc8bb391ca630 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 25 Oct 2009 14:07:10 -0400 Subject: RPC uses VM support for call/cc --- src/core.sml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core.sml') diff --git a/src/core.sml b/src/core.sml index 04126cc0..6bead3dc 100644 --- a/src/core.sml +++ b/src/core.sml @@ -115,8 +115,7 @@ datatype exp' = | ELet of string * con * exp * exp - | EServerCall of int * exp list * exp * con * con - | ETailCall of int * exp list * exp * con * con + | EServerCall of int * exp list * con withtype exp = exp' located -- cgit v1.2.3