src/HOL/Tools/ATP/atp_translate.ML
changeset 44147 0f2bbcfaf208
parent 44107 3baf384e2b99
child 44151 a80cdc4b27a3
     1.1 --- a/src/HOL/Tools/ATP/atp_translate.ML	Wed Jun 08 16:20:18 2011 +0200
     1.2 +++ b/src/HOL/Tools/ATP/atp_translate.ML	Wed Jun 08 16:20:18 2011 +0200
     1.3 @@ -625,7 +625,7 @@
     1.4         CNF_UEQ =>
     1.5         (CNF_UEQ, case type_sys of
     1.6                     Preds stuff =>
     1.7 -                   (if is_type_sys_fairly_sound type_sys then Preds else Tags)
     1.8 +                   (if is_type_sys_fairly_sound type_sys then Tags else Preds)
     1.9                         stuff
    1.10                   | _ => type_sys)
    1.11       | format => (format, type_sys))