summaryrefslogtreecommitdiff
path: root/src/core.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-01 13:23:46 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-01 13:23:46 -0400
commit73b8b2cf8afd5cc8969b3bd4d2c238d9c453e8fd (patch)
treec082faa41b174478cadc17f84b65635593ca97af /src/core.sml
parenta0b2a6145f200885f5dd7b365d2ffad51851795e (diff)
Push KUnit and CUnit through the phases
Diffstat (limited to 'src/core.sml')
-rw-r--r--src/core.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core.sml b/src/core.sml
index 78f0cce0..badb08ea 100644
--- a/src/core.sml
+++ b/src/core.sml
@@ -34,6 +34,7 @@ datatype kind' =
| KArrow of kind * kind
| KName
| KRecord of kind
+ | KUnit
withtype kind = kind' located
@@ -54,6 +55,8 @@ datatype con' =
| CConcat of con * con
| CFold of kind * kind
+ | CUnit
+
withtype con = con' located
datatype exp' =