From: Claudio Sacerdoti Coen Date: Thu, 31 May 2007 14:57:52 +0000 (+0000) Subject: More exceptions pretty-printed. X-Git-Tag: make_still_working~6268 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=55447138554f33c8588eb836d32ccce2402a09a3;p=helm.git More exceptions pretty-printed. --- diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 8ed272454..c3c78929f 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -54,6 +54,8 @@ let rec to_string = fname | ProofEngineTypes.Fail msg -> None, "Tactic error: " ^ Lazy.force msg | Continuationals.Error s -> None, "Tactical error: " ^ Lazy.force s + | ProofEngineHelpers.Bad_pattern msg -> + None, "Bad pattern: " ^ Lazy.force msg | CicRefine.RefineFailure msg -> None, "Refiner error: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg ->