summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml
index 05b2973f..9b0e2a07 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -62,6 +62,7 @@ withtype con = con' located
datatype exp' =
EAnnot of exp * con
+ | EPrim of Prim.t
| EVar of string
| EApp of exp * exp
| EAbs of string * con option * exp