]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationUtil.mli
merged cic_notation with disambiguation: good luck!
[helm.git] / helm / ocaml / cic_notation / cicNotationUtil.mli
index 080bbfa36d49b386cf0a990527f5968bc6513032..d11f1917e0e7ed5bd37391c18988cf8a6ee21599 100644 (file)
@@ -60,3 +60,13 @@ val find_appl_pattern_uris:
 
 val find_branch:
   CicNotationPt.term -> CicNotationPt.term
+
+val cic_name_of_name: CicNotationPt.term -> Cic.name
+val name_of_cic_name: Cic.name -> CicNotationPt.term
+
+  (** Notation id handling *)
+
+type notation_id
+
+val fresh_id: unit -> notation_id
+