From 01425a2d05e0dc411503d916e7f6a2d3e674f895 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 19 Dec 2008 09:59:54 +0000 Subject: [PATCH] .... --- helm/software/matita/matitaExcPp.ml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 2278e8eb0..df4c70ded 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -148,8 +148,9 @@ let rec to_string = None, "NTypeChecker assert failure: " ^ Lazy.force msg | NCicRefiner.AssertFailure msg -> None, "NRefiner assert failure: " ^ Lazy.force msg - | NCicEnvironment.BadDependency msg -> - None, "NCicEnvironment bad dependency: " ^ Lazy.force msg + | NCicEnvironment.BadDependency (msg,e) -> + None, "NCicEnvironment bad dependency: " ^ Lazy.force msg ^ + snd (to_string e) | NCicEnvironment.BadConstraint msg -> None, "NCicEnvironment bad constraint: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> -- 2.39.2