src/HOL/Tools/ATP/atp_proof.ML
changeset 58080 42e998248ddc
parent 57786 1f0efb4974fc
child 58091 ecf5826ba234
equal deleted inserted replaced
58079:df0d6ce8fb66 58080:42e998248ddc
   191   | string_of_atp_failure (UnsoundProof (true, ss)) =
   191   | string_of_atp_failure (UnsoundProof (true, ss)) =
   192     "The prover derived \"False\"" ^ from_lemmas ss ^
   192     "The prover derived \"False\"" ^ from_lemmas ss ^
   193     ". This could be due to inconsistent axioms (including \"sorry\"s) or to \
   193     ". This could be due to inconsistent axioms (including \"sorry\"s) or to \
   194     \a bug in Sledgehammer. If the problem persists, please contact the \
   194     \a bug in Sledgehammer. If the problem persists, please contact the \
   195     \Isabelle developers."
   195     \Isabelle developers."
   196   | string_of_atp_failure CantConnect = "Cannot connect to remote server."
   196   | string_of_atp_failure CantConnect = "Cannot connect to server."
   197   | string_of_atp_failure TimedOut = "Timed out."
   197   | string_of_atp_failure TimedOut = "Timed out."
   198   | string_of_atp_failure Inappropriate =
   198   | string_of_atp_failure Inappropriate =
   199     "The generated problem lies outside the prover's scope."
   199     "The generated problem lies outside the prover's scope."
   200   | string_of_atp_failure OutOfResources = "The prover ran out of resources."
   200   | string_of_atp_failure OutOfResources = "The prover ran out of resources."
   201   | string_of_atp_failure NoPerl = "Perl" ^ missing_message_tail
   201   | string_of_atp_failure NoPerl = "Perl" ^ missing_message_tail