From: Enrico Tassi Date: Thu, 30 Aug 2007 13:10:22 +0000 (+0000) Subject: print few more wired assertions X-Git-Tag: 0.4.95@7852~246 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=70b33ff50aad7d184d832a365709b0ab2ae52ea2;p=helm.git print few more wired assertions --- diff --git a/matita/matitaExcPp.ml b/matita/matitaExcPp.ml index c3c78929f..339971fea 100644 --- a/matita/matitaExcPp.ml +++ b/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