summaryrefslogtreecommitdiff
path: root/src/mono_env.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_env.sml')
-rw-r--r--src/mono_env.sml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mono_env.sml b/src/mono_env.sml
index 8617425e..52e07893 100644
--- a/src/mono_env.sml
+++ b/src/mono_env.sml
@@ -108,8 +108,6 @@ fun lookupERel (env : env) n =
(List.nth (#relE env, n))
handle Subscript => raise UnboundRel n
-fun typeContext (env : env) = map #2 (#relE env)
-
fun pushENamed (env : env) x n t eo s =
{datatypes = #datatypes env,
constructors = #constructors env,