diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 14:49:25 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-16 14:49:25 -0400 |
commit | 03deca916331e44c37a0ba46d4bbae6a12b54385 (patch) | |
tree | 1560f6013ce6de0388180550168c20e9756eaa2c /src/elab.sml | |
parent | 59809464cf40942ec6d1787eeb5d3080e2b074f9 (diff) |
Label exported symbols by effect-ness; factor out some common datatypes
Diffstat (limited to 'src/elab.sml')
-rw-r--r-- | src/elab.sml | 5 |
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 |