From: Enrico Tassi Date: Thu, 30 Aug 2007 13:10:22 +0000 (+0000) Subject: print few more wired assertions X-Git-Tag: make_still_working~6095 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2d8c20a2d22334bce1178c18aec054cc944e00a6;p=helm.git print few more wired assertions --- diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index c3c78929f..339971fea 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -56,7 +56,8 @@ let rec to_string = | Continuationals.Error s -> None, "Tactical error: " ^ Lazy.force s | ProofEngineHelpers.Bad_pattern msg -> None, "Bad pattern: " ^ Lazy.force msg - | CicRefine.RefineFailure msg -> + | CicRefine.RefineFailure msg + | CicRefine.AssertFailure msg -> None, "Refiner error: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg