src/HOL/Decision_Procs/mir_tac.ML
changeset 38558 32ad17fe2b9c
parent 38549 d0385f2764d8
child 39159 0dec18004e75
--- a/src/HOL/Decision_Procs/mir_tac.ML	Thu Aug 19 16:08:54 2010 +0200
+++ b/src/HOL/Decision_Procs/mir_tac.ML	Thu Aug 19 16:08:59 2010 +0200
@@ -132,7 +132,7 @@
     fun assm_tac i = REPEAT_DETERM_N nh (assume_tac i)
     (* The result of the quantifier elimination *)
     val (th, tac) = case (prop_of pre_thm) of
-        Const ("==>", _) $ (Const (@{const_name "Trueprop"}, _) $ t1) $ _ =>
+        Const ("==>", _) $ (Const (@{const_name Trueprop}, _) $ t1) $ _ =>
     let val pth =
           (* If quick_and_dirty then run without proof generation as oracle*)
              if !quick_and_dirty