From 13d4e55242328a66818327bea40d72a964c5d756 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 5 Dec 2008 23:27:42 +0000 Subject: [PATCH] new exception captured --- 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 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 -> -- 2.39.2