summaryrefslogtreecommitdiff
path: root/src/cjr.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-29 14:28:44 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-29 14:28:44 -0400
commit6855e4766fa8d07e2f3e3cd468de6c58fed0c903 (patch)
tree4098c6f3f8d9bacfe652f2b210ede504a9a5d4e9 /src/cjr.sml
parent166bccac16d35d8a4b75a4c04c7479b389a81c4f (diff)
Start of unurlify for datatypes
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 621ccf45..b5174255 100644
--- a/src/cjr.sml
+++ b/src/cjr.sml
@@ -33,7 +33,7 @@ datatype typ' =
TTop
| TFun of typ * typ
| TRecord of int
- | TNamed of int
+ | TDatatype of int
| TFfi of string * string
withtype typ = typ' located