added FIXME
authorblanchet
Thu, 05 May 2011 12:40:48 +0200
changeset 43570f4d17cc370f9
parent 43569 d4f5fec71ded
child 43571 500e4a88675e
added FIXME
src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML
     1.1 --- a/src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML	Thu May 05 12:40:48 2011 +0200
     1.2 +++ b/src/HOL/Tools/Sledgehammer/sledgehammer_atp_translate.ML	Thu May 05 12:40:48 2011 +0200
     1.3 @@ -949,7 +949,8 @@
     1.4                 combformula
     1.5  fun add_nonmonotonic_types_for_facts ctxt type_sys facts =
     1.6    level_of_type_sys type_sys = Nonmonotonic_Types
     1.7 -  ? (insert_type I @{typ bool} (* in case helper "True_or_False" is included *)
     1.8 +  (* in case helper "True_or_False" is included (FIXME) *)
     1.9 +  ? (insert_type I @{typ bool}
    1.10       #> fold (add_fact_nonmonotonic_types ctxt) facts)
    1.11  
    1.12  fun n_ary_strip_type 0 T = ([], T)