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/cjr_env.sig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cjr_env.sig') diff --git a/src/cjr_env.sig b/src/cjr_env.sig index 2aa785d5..36c3d682 100644 --- a/src/cjr_env.sig +++ b/src/cjr_env.sig @@ -47,9 +47,6 @@ signature CJR_ENV = sig 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 -- cgit v1.2.3