]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationPres.ml
changed type of ids_to_uris table to (Cic.id, UriManager.uri) Hashtbl.t
[helm.git] / helm / ocaml / cic_notation / cicNotationPres.ml
index 34c4c652002e15865e34f892c781a557a1148a9b..f838521b231333ededbac6cd0f5feaba502335d3 100644 (file)
@@ -205,7 +205,7 @@ let render ids_to_uris =
   let lookup_uri id =
     (try
       let uri = Hashtbl.find ids_to_uris id in
-      Some uri
+      Some (UriManager.string_of_uri uri)
     with Not_found -> None)
   in
   let make_href xmlattrs xref =