From: Enrico Tassi Date: Fri, 19 Dec 2008 09:59:54 +0000 (+0000) Subject: .... X-Git-Tag: make_still_working~4366 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=01425a2d05e0dc411503d916e7f6a2d3e674f895;p=helm.git .... --- 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 ->