aboutsummaryrefslogtreecommitdiffhomepage
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, 2 insertions, 0 deletions
diff --git a/src/core.sml b/src/core.sml
index 62a5b700..4572a8d9 100644
--- a/src/core.sml
+++ b/src/core.sml
@@ -74,6 +74,8 @@ datatype exp' =
| EField of exp * con * { field : con, rest : con }
| EFold of kind
+ | EWrite of exp
+
withtype exp = exp' located
datatype decl' =