From 4c620faf26e94e614ede87a9826c893c9f061adf Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 8 Nov 2005 09:27:51 +0000 Subject: [PATCH] CicTypeChecker.AssertFailure now printed. --- helm/matita/matitaExcPp.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/matita/matitaExcPp.ml b/helm/matita/matitaExcPp.ml index adf35d92f..6dccc429f 100644 --- a/helm/matita/matitaExcPp.ml +++ b/helm/matita/matitaExcPp.ml @@ -53,5 +53,7 @@ let to_string = | Continuationals.Error s -> "Tactical error: " ^ Lazy.force s | CicTypeChecker.TypeCheckerFailure msg -> "Type checking error: " ^ Lazy.force msg + | CicTypeChecker.AssertFailure msg -> + "Type checking assertion failed: " ^ Lazy.force msg | exn -> "Uncaught exception: " ^ Printexc.to_string exn -- 2.39.2