Mercurial > urweb
diff src/mono_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/mono_env.sig Thu Jul 10 16:05:14 2008 -0400 +++ b/src/mono_env.sig Sun Jul 13 10:17:06 2008 -0400 @@ -40,8 +40,8 @@ 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