]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita.ml
tagging rc-1
[helm.git] / matita / matita.ml
index 58d404888d7bde1e178185eaf21833651518689b..a326754dc40a39ac65ad30df18e795f4d64eae95 100644 (file)
@@ -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 ();