]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationRew.mli
changed type of ids_to_uris table to (Cic.id, UriManager.uri) Hashtbl.t
[helm.git] / helm / ocaml / cic_notation / cicNotationRew.mli
index a70b3cbe152bba2d7adb4f6ffb29443aac6da532..2d3b09afb1dcc58384ab13c77b4ee92513115e3b 100644 (file)
@@ -28,8 +28,7 @@ val ast_of_acic:
   (Cic.id, CicNotationPt.sort_kind) Hashtbl.t ->    (* id -> sort *)
   Cic.annterm ->                                    (* acic *)
     CicNotationPt.term                              (* ast *)
-    * (Cic.id, string) Hashtbl.t                    (* id -> uri *)
-    (* TODO change the type of id->uri table to (Cic.id, UriManager.uri) tbl *)
+    * (Cic.id, UriManager.uri) Hashtbl.t            (* id -> uri *)
 
   (** level 2 -> level 1 *)
 val pp_ast: CicNotationPt.term -> CicNotationPt.term