From: marangon Date: Fri, 3 Mar 2006 17:12:41 +0000 (+0000) Subject: PP of Refine.RefineFailure. X-Git-Tag: make_still_working~7522 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c59535ee4f3538cf8cfada5d77e394b62e3ddf31;p=helm.git PP of Refine.RefineFailure. --- diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index 28f25fd5c..ed0be4956 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -54,6 +54,8 @@ let rec to_string = fname | ProofEngineTypes.Fail msg -> None, "Tactic error: " ^ Lazy.force msg | Continuationals.Error s -> None, "Tactical error: " ^ Lazy.force s + | CicRefine.RefineFailure msg -> + None, "Refiner error: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg | CicTypeChecker.AssertFailure msg ->