aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cjr.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-16 16:02:17 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-16 16:02:17 -0400
commit2396dd1bd2bdaeb7608d88bbb2f890b5788852c0 (patch)
treedf44fd4952ee16f262cce3e4a063352e534aee25 /src/cjr.sml
parent30b78a96ae699fa2282c07a2dbf3e6303f99e32c (diff)
Mutual datatypes through Cjrize
Diffstat (limited to 'src/cjr.sml')
-rw-r--r--src/cjr.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cjr.sml b/src/cjr.sml
index 6728e5c8..2b81de1a 100644
--- a/src/cjr.sml
+++ b/src/cjr.sml
@@ -100,7 +100,7 @@ withtype exp = exp' located
datatype decl' =
DStruct of int * (string * typ) list
- | DDatatype of datatype_kind * string * int * (string * int * typ option) list
+ | DDatatype of (datatype_kind * string * int * (string * int * typ option) list) list
| DDatatypeForward of datatype_kind * string * int
| DVal of string * int * typ * exp
| DFun of string * int * (string * typ) list * typ * exp