From: Claudio Sacerdoti Coen Date: Sat, 19 Nov 2005 17:53:18 +0000 (+0000) Subject: Error messages improvement. X-Git-Tag: V_0_7_2_3~25 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=20952e84b764114c1777d347c993072eaeb9fc16 Error messages improvement. --- diff --git a/helm/matita/matitaExcPp.ml b/helm/matita/matitaExcPp.ml index a5a2f4d86..34da22c40 100644 --- a/helm/matita/matitaExcPp.ml +++ b/helm/matita/matitaExcPp.ml @@ -61,10 +61,10 @@ let to_string = [] -> "" | phase::tl -> aux (n+1) tl ^ - "Errors obtained during phase " ^ string_of_int n ^":\n" ^ + "** Errors obtained during phase " ^ string_of_int n ^": **\n" ^ String.concat "\n" (List.map Lazy.force phase) ^ "\n" ^ "\n" in - "DISAMBIGUATION ERROR:\n" ^ + "*** DISAMBIGUATION ERROR: ***\n" ^ aux 1 errorll | exn -> "Uncaught exception: " ^ Printexc.to_string exn