From ddfe2cfb4e3210efbbda5216f0d85b78d466bd7b Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 17 Sep 2009 11:48:43 +0000 Subject: [PATCH] one more exception printed --- 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 fa07a3d9e..04bdd6a38 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -163,6 +163,8 @@ let rec to_string = None, "NCicEnvironment bad constraint: " ^ Lazy.force msg | NCicUnification.UnificationFailure msg -> None, "NCicUnification failure: " ^ Lazy.force msg + | NCicUnification.Uncertain msg -> + None, "NCicUnification uncertain: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg | CicTypeChecker.AssertFailure msg -> -- 2.39.2