]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationRew.mli
Better handling of idref propagation, no more Href hack, multiple idrefs are
[helm.git] / helm / ocaml / cic_notation / cicNotationRew.mli
index 6516061389218313208b470f182daf687f3b6cc0..a70b3cbe152bba2d7adb4f6ffb29443aac6da532 100644 (file)
@@ -29,6 +29,7 @@ val ast_of_acic:
   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 *)
 
   (** level 2 -> level 1 *)
 val pp_ast: CicNotationPt.term -> CicNotationPt.term