From 82d56e6d22560ffb111c63cfdf0e200c8fa6fd3d Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 3 Nov 2005 11:14:48 +0000 Subject: [PATCH] More exceptions pretty printed. --- helm/matita/matitaExcPp.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/matita/matitaExcPp.ml b/helm/matita/matitaExcPp.ml index a80d0a2fb..adf35d92f 100644 --- a/helm/matita/matitaExcPp.ml +++ b/helm/matita/matitaExcPp.ml @@ -51,5 +51,7 @@ let to_string = fname | ProofEngineTypes.Fail msg -> "Tactic error: " ^ Lazy.force msg | Continuationals.Error s -> "Tactical error: " ^ Lazy.force s + | CicTypeChecker.TypeCheckerFailure msg -> + "Type checking error: " ^ Lazy.force msg | exn -> "Uncaught exception: " ^ Printexc.to_string exn -- 2.39.2