summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono.sml b/src/mono.sml
index cdfcecd3..b1636775 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -32,7 +32,7 @@ type 'a located = 'a ErrorMsg.located
datatype typ' =
TFun of typ * typ
| TRecord of (string * typ) list
- | TNamed of int
+ | TDatatype of int * (string * int * typ option) list
| TFfi of string * string
withtype typ = typ' located