diff options
Diffstat (limited to 'src/mono_env.sig')
-rw-r--r-- | src/mono_env.sig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mono_env.sig b/src/mono_env.sig index 0c842de3..cb6f2352 100644 --- a/src/mono_env.sig +++ b/src/mono_env.sig @@ -39,8 +39,8 @@ signature MONO_ENV = sig val lookupConstructor : env -> int -> string * Mono.typ option * int - val pushERel : env -> string -> Mono.typ -> env - val lookupERel : env -> int -> string * Mono.typ + val pushERel : env -> string -> Mono.typ -> Mono.exp option -> env + val lookupERel : env -> int -> string * Mono.typ * Mono.exp option val pushENamed : env -> string -> int -> Mono.typ -> Mono.exp option -> string -> env val lookupENamed : env -> int -> string * Mono.typ * Mono.exp option * string |