summaryrefslogtreecommitdiff
path: root/src/mono_env.sig
diff options
context:
space:
mode:
authorGravatar Ziv Scully <ziv@mit.edu>2015-09-27 14:46:12 -0400
committerGravatar Ziv Scully <ziv@mit.edu>2015-09-27 14:46:12 -0400
commit067c8cd3b908eb057f6721453a5c3801965d43b8 (patch)
treef8bdebe6465d17dcf3ae8e2fbd745b9d66d35747 /src/mono_env.sig
parentf8d7c70d8f52003e14a66144a48bb4f06a1c185f (diff)
Use referenced (rather than all) free variables as keys for pure caches.
Diffstat (limited to 'src/mono_env.sig')
-rw-r--r--src/mono_env.sig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mono_env.sig b/src/mono_env.sig
index 9805c0d1..db6fdc95 100644
--- a/src/mono_env.sig
+++ b/src/mono_env.sig
@@ -42,8 +42,6 @@ signature MONO_ENV = sig
val pushERel : env -> string -> Mono.typ -> Mono.exp option -> env
val lookupERel : env -> int -> string * Mono.typ * Mono.exp option
- val typeContext : env -> Mono.typ list
-
val pushENamed : env -> string -> int -> Mono.typ -> Mono.exp option -> string -> env
val lookupENamed : env -> int -> string * Mono.typ * Mono.exp option * string