From: Enrico Tassi Date: Thu, 16 Apr 2009 09:45:21 +0000 (+0000) Subject: added an exception X-Git-Tag: make_still_working~4080 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ec0b4acecb86886baf5f785da270fd60e7910b32;p=helm.git added an exception --- diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 9c1f70f54..7579c3a56 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -144,6 +144,8 @@ let rec to_string = None, "NRefiner failure: " ^ snd (Lazy.force msg) | NCicRefiner.Uncertain msg -> None, "NRefiner uncertain: " ^ snd (Lazy.force msg) + | NCicMetaSubst.Uncertain msg -> + None, "NCicMetaSubst uncertain: " ^ Lazy.force msg | NCicTypeChecker.TypeCheckerFailure msg -> None, "NTypeChecker failure: " ^ Lazy.force msg | NCicTypeChecker.AssertFailure msg ->