From 70b33ff50aad7d184d832a365709b0ab2ae52ea2 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 30 Aug 2007 13:10:22 +0000 Subject: [PATCH] print few more wired assertions --- matita/matitaExcPp.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2