X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaExcPp.ml;h=7579c3a562841a7da99e3e8280d3a841eb708355;hb=ec0b4acecb86886baf5f785da270fd60e7910b32;hp=2d6d1cd17187b0c5928bbb67b4c7b0f668b883a4;hpb=718d9bcfb53dd76a5c0622aff9fed69a68769324;p=helm.git diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 2d6d1cd17..7579c3a56 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -142,6 +142,10 @@ 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) + | NCicMetaSubst.Uncertain msg -> + None, "NCicMetaSubst uncertain: " ^ Lazy.force msg | NCicTypeChecker.TypeCheckerFailure msg -> None, "NTypeChecker failure: " ^ Lazy.force msg | NCicTypeChecker.AssertFailure msg ->