X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FmatitaExcPp.ml;h=34da22c4012f6a0167e2a2bbbdfaaa7593351a96;hb=20952e84b764114c1777d347c993072eaeb9fc16;hp=a5a2f4d86a73a44772addd8852296e77aab03741;hpb=5c3ae2f17d55098676bd50270ddef0bec93618bf;p=helm.git 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