diff src/cjr_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 717b6f8d8505
children a991431b77eb
line wrap: on
line diff
--- a/src/cjr_env.sig	Thu Jul 10 16:05:14 2008 -0400
+++ b/src/cjr_env.sig	Sun Jul 13 10:17:06 2008 -0400
@@ -47,9 +47,6 @@
     val pushENamed : env -> string -> int -> Cjr.typ -> env
     val lookupENamed : env -> int -> string * Cjr.typ
 
-    val pushF : env -> int -> string -> Cjr.typ -> Cjr.typ -> env
-    val lookupF : env -> int -> string * Cjr.typ * Cjr.typ
-
     val pushStruct : env -> int -> (string * Cjr.typ) list -> env
     val lookupStruct : env -> int -> (string * Cjr.typ) list