src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML
changeset 42700 f4d17cc370f9
parent 42698 ffd1ae4ff5c6
child 42701 500e4a88675e
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML	Thu May 05 12:40:48 2011 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML	Thu May 05 12:40:48 2011 +0200
@@ -949,7 +949,8 @@
                combformula
 fun add_nonmonotonic_types_for_facts ctxt type_sys facts =
   level_of_type_sys type_sys = Nonmonotonic_Types
-  ? (insert_type I @{typ bool} (* in case helper "True_or_False" is included *)
+  (* in case helper "True_or_False" is included (FIXME) *)
+  ? (insert_type I @{typ bool}
      #> fold (add_fact_nonmonotonic_types ctxt) facts)
 
 fun n_ary_strip_type 0 T = ([], T)