From 48ccd3ca2b890b89775f1fbf7827bf617cf7aa19 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 9 Dec 2008 18:25:04 +0000 Subject: [PATCH] added an exception --- helm/software/matita/matitaExcPp.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 13eeaafed..741bffae6 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -142,6 +142,8 @@ let rec to_string = None, "Refiner error: " ^ Lazy.force msg | NCicRefiner.RefineFailure msg -> None, "NRefiner failure: " ^ snd (Lazy.force msg) + | NCicTypeChecker.TypeCheckerFailure msg -> + None, "NTypeChecker failure: " ^ Lazy.force msg | NCicRefiner.AssertFailure msg -> None, "NRefiner assert failure: " ^ Lazy.force msg | NCicEnvironment.BadDependency msg -> -- 2.39.2