src/HOL/TPTP/atp_export.ML
changeset 44586 eeba1eedf32d
parent 44397 06375952f1fa
child 44621 9eee93ead24e
--- a/src/HOL/TPTP/atp_export.ML	Tue Aug 30 14:12:55 2011 +0200
+++ b/src/HOL/TPTP/atp_export.ML	Tue Aug 30 14:12:55 2011 +0200
@@ -27,8 +27,9 @@
 val fact_name_of = prefix fact_prefix o ascii_of
 
 fun facts_of thy =
-  Sledgehammer_Filter.all_facts (Proof_Context.init_global thy) Symtab.empty
-                                true [] []
+  Sledgehammer_Filter.all_facts (Proof_Context.init_global thy)
+                                false(*FIXME works only for first-order*)
+                                Symtab.empty true [] []
   |> filter (curry (op =) @{typ bool} o fastype_of
              o Object_Logic.atomize_term thy o prop_of o snd)