aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 41bc85dd..f82a947d 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -81,10 +81,7 @@ datatype con' =
withtype con = con' located
-datatype datatype_kind =
- Enum
- | Option
- | Default
+datatype datatype_kind = datatype DatatypeKind.datatype_kind
datatype patCon =
PConVar of int