summaryrefslogtreecommitdiff
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/elab.sml b/src/elab.sml
index cf9a7e7a..9eb8ad2f 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -95,6 +95,7 @@ datatype sgn_item' =
| SgiVal of string * int * con
| SgiStr of string * int * sgn
| SgiSgn of string * int * sgn
+ | SgiConstraint of con * con
and sgn' =
SgnConst of sgn_item list
@@ -113,6 +114,7 @@ datatype decl' =
| DSgn of string * int * sgn
| DStr of string * int * sgn * str
| DFfiStr of string * int * sgn
+ | DConstraint of con * con
and str' =
StrConst of decl list