diff src/cjr.sml @ 166:a991431b77eb

Start of unurlify for datatypes
author Adam Chlipala <adamc@hcoop.net>
date Tue, 29 Jul 2008 14:28:44 -0400
parents e52dfb1e6b19
children 25b169416ea8
line wrap: on
line diff
--- a/src/cjr.sml	Tue Jul 29 13:50:53 2008 -0400
+++ b/src/cjr.sml	Tue Jul 29 14:28:44 2008 -0400
@@ -33,7 +33,7 @@
          TTop
        | TFun of typ * typ
        | TRecord of int
-       | TNamed of int
+       | TDatatype of int
        | TFfi of string * string
 
 withtype typ = typ' located