src/HOL/Tools/Predicate_Compile/predicate_compile_aux.ML
changeset 50056 72efd6b4038d
parent 48221 e0ed7fab0d09
child 51314 eac4bb5adbf9
--- a/src/HOL/Tools/Predicate_Compile/predicate_compile_aux.ML	Mon Nov 12 23:24:40 2012 +0100
+++ b/src/HOL/Tools/Predicate_Compile/predicate_compile_aux.ML	Mon Nov 12 23:24:40 2012 +0100
@@ -931,7 +931,7 @@
     let
       val f = (fst (strip_comb (fst (HOLogic.dest_eq (HOLogic.dest_Trueprop (prop_of th))))))
       val Type ("fun", [uninst_T, uninst_T']) = fastype_of f
-      val ([tname, tname', uname, yname], ctxt') = Variable.add_fixes ["'t", "'t'", "'u", "y"] ctxt
+      val ([_, tname', uname, yname], ctxt') = Variable.add_fixes ["'t", "'t'", "'u", "y"] ctxt
       val T' = TFree (tname', HOLogic.typeS)
       val U = TFree (uname, HOLogic.typeS)
       val y = Free (yname, U)