reverted 83a8570b44bc, which was a misunderstanding
authorblanchet
Tue, 09 Sep 2014 20:51:36 +0200
changeset 58253 30e7fecc9e42
parent 58252 7e353ced895e
child 58254 c1c65a805d0f
reverted 83a8570b44bc, which was a misunderstanding
src/HOL/TPTP/mash_export.ML
--- a/src/HOL/TPTP/mash_export.ML	Tue Sep 09 20:51:36 2014 +0200
+++ b/src/HOL/TPTP/mash_export.ML	Tue Sep 09 20:51:36 2014 +0200
@@ -170,6 +170,7 @@
 
 fun is_bad_query ctxt ho_atp step j th isar_deps =
   j mod step <> 0 orelse
+  Thm.legacy_get_kind th = "" orelse
   null (the_list isar_deps) orelse
   is_blacklisted_or_something ctxt ho_atp (Thm.get_name_hint th)