src/Pure/tctical.ML
changeset 2807 04c080e60f31
parent 2672 85d7e800d754
child 3561 329441e7eeee
--- a/src/Pure/tctical.ML	Tue Mar 18 15:12:53 1997 +0100
+++ b/src/Pure/tctical.ML	Tue Mar 18 15:15:01 1997 +0100
@@ -347,7 +347,7 @@
   It is paired with a function to undo the transformation.  If ct contains
   Vars then it returns ct==>ct.*)
 fun eq_trivial ct =
-  let val xfree = cterm_of Sign.proto_pure (Free (gensym"X", propT))
+  let val xfree = cterm_of Sign.proto_pure (Free (gensym"EQ_TRIVIAL_", propT))
       val ct_eq_x = mk_prop_equals (ct, xfree)
       and refl_ct = reflexive ct
       fun restore th =