From 6ce83062caf5fff4a67355b6bebf912099a5384f Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Mon, 6 Apr 2009 15:35:27 +0000 Subject: [PATCH] added one exception --- 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 2d6d1cd17..9c1f70f54 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -142,6 +142,8 @@ let rec to_string = None, "Refiner error: " ^ Lazy.force msg | NCicRefiner.RefineFailure msg -> None, "NRefiner failure: " ^ snd (Lazy.force msg) + | NCicRefiner.Uncertain msg -> + None, "NRefiner uncertain: " ^ snd (Lazy.force msg) | NCicTypeChecker.TypeCheckerFailure msg -> None, "NTypeChecker failure: " ^ Lazy.force msg | NCicTypeChecker.AssertFailure msg -> -- 2.39.2