diff options
Diffstat (limited to 'src/core.sml')
-rw-r--r-- | src/core.sml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |