diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-07-29 15:43:17 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-07-29 15:43:17 -0400 |
commit | 846cf3f1661a8c91e40d80382db28c76dceaf1f0 (patch) | |
tree | fe42c0c78660d50832719e1ae9fd9cda2d7e603f /src/mono_util.sig | |
parent | cb3b3831a07d6674a5fa02e3e8a1e4329b58cb34 (diff) |
Storing datatype constructors in type references past monoize
Diffstat (limited to 'src/mono_util.sig')
-rw-r--r-- | src/mono_util.sig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_util.sig b/src/mono_util.sig index 4a48671d..4e9d5d91 100644 --- a/src/mono_util.sig +++ b/src/mono_util.sig @@ -45,7 +45,7 @@ end structure Exp : sig datatype binder = - NamedT of string * int * Mono.typ option + Datatype of string * int * (string * int * Mono.typ option) list | RelE of string * Mono.typ | NamedE of string * int * Mono.typ * Mono.exp option * string |