comment
authorblanchet
Thu, 11 Sep 2014 11:49:47 +0200
changeset 58296 759e47518d80
parent 58295 c8a8e7c37986
child 58297 e3a01b73579f
comment
src/HOL/Library/bnf_lfp_countable.ML
--- a/src/HOL/Library/bnf_lfp_countable.ML	Wed Sep 10 22:52:46 2014 +0200
+++ b/src/HOL/Library/bnf_lfp_countable.ML	Thu Sep 11 11:49:47 2014 +0200
@@ -169,7 +169,7 @@
       val conjuncts = map3 mk_conjunct fpTs xs (mk_encode_funs ctxt fpTs ns ctrss0 recs0);
       val goal = HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj conjuncts);
     in
-      Goal.prove ctxt [] [] goal (fn {context = ctxt, prems = _} =>
+      Goal.prove (*no sorry*) ctxt [] [] goal (fn {context = ctxt, prems = _} =>
         mk_encode_injectives_tac ctxt ns induct nchotomys injectss rec_thmss map_comps'
           inj_map_strongs')
       |> HOLogic.conj_elims