added FIXME
authorblanchet
Thu, 05 May 2011 12:40:48 +0200
changeset 42700 f4d17cc370f9
parent 42699 d4f5fec71ded
child 42701 500e4a88675e
added FIXME
src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML
--- 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)