summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/source.sml b/src/source.sml
index de0c296d..70851c73 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -119,6 +119,8 @@ datatype exp' =
| ECut of exp * con
| EFold
+ | ESqlInfer
+
| ECase of exp * (pat * exp) list
withtype exp = exp' located