From: Claudio Sacerdoti Coen Date: Tue, 25 Oct 2005 15:57:35 +0000 (+0000) Subject: ProofEngineTypes.Fail printed correctly. X-Git-Tag: V_0_7_2_3~186 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=9617a4074687985d707bba122dc01323b6dd055f;p=helm.git ProofEngineTypes.Fail printed correctly. --- diff --git a/helm/matita/matitaExcPp.ml b/helm/matita/matitaExcPp.ml index d6cddfaab..a80d0a2fb 100644 --- a/helm/matita/matitaExcPp.ml +++ b/helm/matita/matitaExcPp.ml @@ -49,6 +49,7 @@ let to_string = (".moo file '%s' has been compiled by a different version of matita, " ^^ "please recompile it") fname + | ProofEngineTypes.Fail msg -> "Tactic error: " ^ Lazy.force msg | Continuationals.Error s -> "Tactical error: " ^ Lazy.force s | exn -> "Uncaught exception: " ^ Printexc.to_string exn