X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FmatitaExcPp.ml;h=c3c78929ff8e978eae839c1cf7cf677940df4778;hb=b49683e0bc65391911be8b1e648ddb1ec61665b9;hp=8ed2724544acac69f1f5617883ccd454354274d5;hpb=45ac0bf0fb6c58e03646588d4f81cf5125058e67;p=helm.git diff --git a/matita/matitaExcPp.ml b/matita/matitaExcPp.ml index 8ed272454..c3c78929f 100644 --- a/matita/matitaExcPp.ml +++ b/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 + | ProofEngineHelpers.Bad_pattern msg -> + None, "Bad pattern: " ^ Lazy.force msg | CicRefine.RefineFailure msg -> None, "Refiner error: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg ->