From: Enrico Tassi Date: Tue, 9 Dec 2008 18:25:04 +0000 (+0000) Subject: added an exception X-Git-Tag: make_still_working~4427 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=48ccd3ca2b890b89775f1fbf7827bf617cf7aa19;p=helm.git added an exception --- 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 ->