X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita.ml;h=a326754dc40a39ac65ad30df18e795f4d64eae95;hb=dfc523454502ccab6a154a32d1d9b4d941d9a6a0;hp=58d404888d7bde1e178185eaf21833651518689b;hpb=c68d9805aa7e37554bc4f00eca61083b75ef43da;p=helm.git diff --git a/matita/matita.ml b/matita/matita.ml index 58d404888..a326754dc 100644 --- a/matita/matita.ml +++ b/matita/matita.ml @@ -250,7 +250,12 @@ let _ = List.iter (fun (s,t,ul) -> HLog.debug - ((String.concat "," (List.map UriManager.name_of_uri ul)) ^ ":" + ((String.concat "," + (List.map + (fun u,saturations -> + UriManager.name_of_uri u ^ + "(" ^ string_of_int saturations ^ ")") + ul)) ^ ":" ^ CoercDb.name_of_carr s ^ " -> " ^ CoercDb.name_of_carr t)) (CoercDb.to_list ())); addDebugSeparator ();