diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-07-13 10:17:06 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-07-13 10:17:06 -0400 |
commit | 3316f3c317e587a5fc2ecf38f061a72b48e3b94e (patch) | |
tree | fae8c92c195e5f7976352a337017d285e729f859 /src/cjr_env.sig | |
parent | 7281dbb2fc2a5f50c1049bad629f330e2ff3f7ca (diff) |
Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
Diffstat (limited to 'src/cjr_env.sig')
-rw-r--r-- | src/cjr_env.sig | 3 |
1 files changed, 0 insertions, 3 deletions
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 |