]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/content_pres/cicNotationPres.ml
urimanager removed
[helm.git] / matita / components / content_pres / cicNotationPres.ml
index 26370ff228db5d68cebe2a4a59f919cc04f16ec8..5f9f202caeaf09b8d7b299444018106abe8a6062 100644 (file)
@@ -203,7 +203,7 @@ let add_parens child_prec curr_prec t =
 let lookup_uri ids_to_uris id =
  try
    let uri = Hashtbl.find ids_to_uris id in
-   Some (UriManager.string_of_uri uri)
+   Some (NReference.string_of_reference uri)
  with Not_found -> None
 ;;