]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaExcPp.ml
This test shows one of the few cases were Matita is able to infer a dependent
[helm.git] / matita / matitaExcPp.ml
index 8ed2724544acac69f1f5617883ccd454354274d5..339971feaed0d33f73339bb3ce6e25244369cf48 100644 (file)
@@ -54,7 +54,10 @@ 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 ->
+  | ProofEngineHelpers.Bad_pattern msg ->
+     None, "Bad pattern: " ^ Lazy.force msg
+  | CicRefine.RefineFailure msg
+  | CicRefine.AssertFailure msg ->
      None, "Refiner error: " ^ Lazy.force msg
   | CicTypeChecker.TypeCheckerFailure msg ->
      None, "Type checking error: " ^ Lazy.force msg