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, 1 insertions, 1 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 3c339190..89d25c26 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -65,7 +65,7 @@ datatype con' =
withtype con = con' located
datatype decl' =
- DCon of string * kind * con
+ DCon of string * int * kind * con
withtype decl = decl' located