summaryrefslogtreecommitdiff
path: root/src/cjr_env.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cjr_env.sig')
-rw-r--r--src/cjr_env.sig3
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