compile
authorblanchet
Wed, 16 Nov 2011 17:26:42 +0100
changeset 45523 741f308c0f36
parent 45522 3b951bbd2bee
child 45524 43ca06e6c168
compile
src/HOL/Metis_Examples/Type_Encodings.thy
--- a/src/HOL/Metis_Examples/Type_Encodings.thy	Wed Nov 16 17:19:08 2011 +0100
+++ b/src/HOL/Metis_Examples/Type_Encodings.thy	Wed Nov 16 17:26:42 2011 +0100
@@ -72,7 +72,7 @@
       | tac (type_enc :: type_encs) st =
         st (* |> tap (fn _ => tracing (PolyML.makestring type_enc)) *)
            |> ((if null type_encs then all_tac else rtac @{thm fork} 1)
-               THEN Metis_Tactic.metis_tac [type_enc] ctxt ths 1
+               THEN Metis_Tactic.metis_tac [type_enc] "combinators" ctxt ths 1
                THEN COND (has_fewer_prems 2) all_tac no_tac
                THEN tac type_encs)
   in tac end