From 9c5ffc85f9cac2ccf3176c72683f1d2c411c3951 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 9 Dec 2005 16:01:46 +0000 Subject: [PATCH] Bug fixed: errors of phase 7 were no longer printed :-) --- helm/matita/matitaExcPp.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/matita/matitaExcPp.ml b/helm/matita/matitaExcPp.ml index 29f08d514..af1aeb882 100644 --- a/helm/matita/matitaExcPp.ml +++ b/helm/matita/matitaExcPp.ml @@ -66,7 +66,7 @@ let rec to_string = | MatitaDisambiguator.DisambiguationError (offset,errorll) -> let rec aux n ?(dummy=false) (prev_msg,phases) = function - [] -> [] + [] -> [prev_msg,phases] | phase::tl -> let msg = String.concat "\n\n\n" -- 2.39.2