From: Claudio Sacerdoti Coen Date: Fri, 5 Dec 2008 23:27:42 +0000 (+0000) Subject: new exception captured X-Git-Tag: make_still_working~4443 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=13d4e55242328a66818327bea40d72a964c5d756;p=helm.git new exception captured --- diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 7fa7ea8c5..35f748eda 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -144,6 +144,8 @@ let rec to_string = None, "NRefiner failure: " ^ snd (Lazy.force msg) | NCicRefiner.AssertFailure msg -> None, "NRefiner assert failure: " ^ Lazy.force msg + | NCicEnvironment.BadDependency msg -> + None, "NCicEnvironment bad dependency: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg | CicTypeChecker.AssertFailure msg ->