aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cjr.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr.sml')
-rw-r--r--src/cjr.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cjr.sml b/src/cjr.sml
index f9155980..9b6765dc 100644
--- a/src/cjr.sml
+++ b/src/cjr.sml
@@ -64,7 +64,7 @@ datatype exp' =
| ESome of typ * exp
| EFfi of string * string
| EFfiApp of string * string * exp list
- | EApp of exp * exp
+ | EApp of exp * exp list
| ERecord of int * (string * exp) list
| EField of exp * string