fixed typo
authorhaftmann
Wed, 20 May 2009 22:24:07 +0200
changeset 31218 fa54c1e614df
parent 31217 c025f32afd4e
child 31221 0a3a9bd5ca83
child 31222 4a84ae57b65f
fixed typo
src/Tools/value.ML
--- a/src/Tools/value.ML	Wed May 20 22:24:07 2009 +0200
+++ b/src/Tools/value.ML	Wed May 20 22:24:07 2009 +0200
@@ -46,7 +46,7 @@
      of NONE => value ctxt t
       | SOME name => value_select name ctxt t;
     val ty' = Term.type_of t';
-    val ctxt' = Variable.auto_fixes t ctxt;
+    val ctxt' = Variable.auto_fixes t' ctxt;
     val p = PrintMode.with_modes modes (fn () =>
       Pretty.block [Pretty.quote (Syntax.pretty_term ctxt' t'), Pretty.fbrk,
         Pretty.str "::", Pretty.brk 1, Pretty.quote (Syntax.pretty_typ ctxt' ty')]) ();