]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
added coercions to Prod
[helm.git] / helm / matita / matita.ml
index 9b3267fec8eb614fc1f7d29da38839bc125114e1..5e2526748d6c8eed030cd365326494f234afaa11 100644 (file)
@@ -133,7 +133,7 @@ let _ =
         (fun (s,t,u) -> 
           MatitaLog.debug
             (UriManager.name_of_uri u ^ ":"
-             ^ UriManager.name_of_uri s ^ " -> " ^ UriManager.name_of_uri t))
+             ^ CoercDb.name_of_carr s ^ " -> " ^ CoercDb.name_of_carr t))
         (CoercDb.to_list ()));
     addDebugItem "print top-level grammar entries"
       CicNotationParser.print_l2_pattern;