changed message
authorimmler@in.tum.de
Fri, 20 Feb 2009 16:48:01 +0100
changeset 2995376b58a07e704
parent 29952 1baeda435aa6
child 29954 d8b6542e643f
changed message
src/HOL/Tools/atp_wrapper.ML
     1.1 --- a/src/HOL/Tools/atp_wrapper.ML	Fri Feb 20 11:04:18 2009 +0100
     1.2 +++ b/src/HOL/Tools/atp_wrapper.ML	Fri Feb 20 16:48:01 2009 +0100
     1.3 @@ -79,7 +79,7 @@
     1.4      val success = rc = 0 andalso is_none failure
     1.5      val message =
     1.6        if success then "Try this command: " ^ produce_answer (proof, thm_names, ctxt, goal, subgoalno)
     1.7 -      else "Could not prove."
     1.8 +      else "Could not prove goal."
     1.9      val _ = if isSome failure
    1.10        then Output.debug (fn () => "Sledgehammer failure: " ^ the failure ^ "\nOutput: " ^ proof)
    1.11        else ()