make SML/NJ happy;
authorwenzelm
Mon, 15 Apr 2013 12:03:16 +0200
changeset 51707 21d7933de1eb
parent 51706 0a4b4735d8bd
child 51708 5188a18c33b1
make SML/NJ happy;
src/Pure/envir.ML
--- 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;