diff src/core_env.sig @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents d3cc191cb25f
children 25b169416ea8
line wrap: on
line diff
--- a/src/core_env.sig	Thu Jul 10 16:05:14 2008 -0400
+++ b/src/core_env.sig	Sun Jul 13 10:17:06 2008 -0400
@@ -45,8 +45,8 @@
     val pushERel : env -> string -> Core.con -> env
     val lookupERel : env -> int -> string * Core.con
 
-    val pushENamed : env -> string -> int -> Core.con -> Core.exp option -> env
-    val lookupENamed : env -> int -> string * Core.con * Core.exp option
+    val pushENamed : env -> string -> int -> Core.con -> Core.exp option -> string -> env
+    val lookupENamed : env -> int -> string * Core.con * Core.exp option * string
 
     val declBinds : env -> Core.decl -> env