aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_env.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
commit3316f3c317e587a5fc2ecf38f061a72b48e3b94e (patch)
treefae8c92c195e5f7976352a337017d285e729f859 /src/mono_env.sig
parent7281dbb2fc2a5f50c1049bad629f330e2ff3f7ca (diff)
Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
Diffstat (limited to 'src/mono_env.sig')
-rw-r--r--src/mono_env.sig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mono_env.sig b/src/mono_env.sig
index f0d0b0a6..e1e78b48 100644
--- a/src/mono_env.sig
+++ b/src/mono_env.sig
@@ -40,8 +40,8 @@ signature MONO_ENV = sig
val pushERel : env -> string -> Mono.typ -> env
val lookupERel : env -> int -> string * Mono.typ
- val pushENamed : env -> string -> int -> Mono.typ -> Mono.exp option -> env
- val lookupENamed : 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
val declBinds : env -> Mono.decl -> env