From 23655c60730b9b433483cd31f78381d6a6d8872c Mon Sep 17 00:00:00 2001 From: marangon Date: Fri, 3 Mar 2006 17:12:41 +0000 Subject: [PATCH] PP of Refine.RefineFailure. --- matita/matitaExcPp.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matita/matitaExcPp.ml b/matita/matitaExcPp.ml index 28f25fd5c..ed0be4956 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 + | CicRefine.RefineFailure msg -> + None, "Refiner error: " ^ Lazy.force msg | CicTypeChecker.TypeCheckerFailure msg -> None, "Type checking error: " ^ Lazy.force msg | CicTypeChecker.AssertFailure msg -> -- 2.39.2