From 3bcbcf37670fae4d07baaa91032f49141a860cb0 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Sun, 7 Dec 2008 19:05:29 +0000 Subject: [PATCH] New exception considered. --- 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 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 -> -- 2.39.2