X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FmatitaExcPp.ml;h=339971feaed0d33f73339bb3ce6e25244369cf48;hb=695ed2e33a5396a5f3f6b21360dce9a6648cb7df;hp=c3c78929ff8e978eae839c1cf7cf677940df4778;hpb=55447138554f33c8588eb836d32ccce2402a09a3;p=helm.git diff --git a/helm/software/matita/matitaExcPp.ml b/helm/software/matita/matitaExcPp.ml index c3c78929f..339971fea 100644 --- a/helm/software/matita/matitaExcPp.ml +++ b/helm/software/matita/matitaExcPp.ml @@ -56,7 +56,8 @@ let rec to_string = | Continuationals.Error s -> None, "Tactical error: " ^ Lazy.force s | ProofEngineHelpers.Bad_pattern msg -> None, "Bad pattern: " ^ Lazy.force msg - | CicRefine.RefineFailure msg -> + | CicRefine.RefineFailure msg + | CicRefine.AssertFailure msg -> None, "Refiner error: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg