From: Claudio Sacerdoti Coen Date: Sun, 7 Dec 2008 19:05:29 +0000 (+0000) Subject: New exception considered. X-Git-Tag: make_still_working~4438 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3bcbcf37670fae4d07baaa91032f49141a860cb0;p=helm.git New exception considered. --- diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 35f748eda..13eeaafed 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -146,6 +146,8 @@ let rec to_string = None, "NRefiner assert failure: " ^ Lazy.force msg | NCicEnvironment.BadDependency msg -> None, "NCicEnvironment bad dependency: " ^ Lazy.force msg + | NCicEnvironment.BadConstraint msg -> + None, "NCicEnvironment bad constraint: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg | CicTypeChecker.AssertFailure msg ->