summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.sml')
-rw-r--r--src/core.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.sml b/src/core.sml
index ca64959e..fa06f56a 100644
--- a/src/core.sml
+++ b/src/core.sml
@@ -63,7 +63,7 @@ datatype exp' =
| ECApp of exp * con
| ECAbs of string * kind * exp
- | ERecord of (con * exp) list
+ | ERecord of (con * exp * con) list
| EField of exp * con * { field : con, rest : con }
withtype exp = exp' located