From: Enrico Tassi Date: Thu, 17 Sep 2009 11:48:43 +0000 (+0000) Subject: one more exception printed X-Git-Tag: make_still_working~3458 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ddfe2cfb4e3210efbbda5216f0d85b78d466bd7b;p=helm.git one more exception printed --- 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 ->