src/Pure/envir.ML
changeset 51707 21d7933de1eb
parent 51701 1e29891759c4
child 52049 156e12d5cb92
--- a/src/Pure/envir.ML	Mon Apr 15 10:41:03 2013 +0200
+++ b/src/Pure/envir.ML	Mon Apr 15 12:03:16 2013 +0200
@@ -117,7 +117,7 @@
   of unification, there is no need to chase assigned TVars.
   In this case, we can simply ignore the type substitution
   and use = instead of eq_type.*)
-val lookup1 = lookup_check (op =);
+fun lookup1 tenv = lookup_check (op =) tenv;
 
 fun lookup2 (tyenv, tenv) = lookup_check (Type.eq_type tyenv) tenv;