From 3316f3c317e587a5fc2ecf38f061a72b48e3b94e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 13 Jul 2008 10:17:06 -0400 Subject: Remove closure conversion in favor of zany fun with modules, which also replaces 'page' --- src/mono_env.sig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mono_env.sig') 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 -- cgit v1.2.3