]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationRew.mli
matitamake is integrated with matita
[helm.git] / helm / ocaml / cic_notation / cicNotationRew.mli
index 21877d0c3a3406a7cb53387ca20b38b17de0c6a7..7c2415a733a52fddbd5bec6562af032c22a900f1 100644 (file)
@@ -33,12 +33,14 @@ val ast_of_acic:
   (** level 2 -> level 1 *)
 val pp_ast: CicNotationPt.term -> CicNotationPt.term
 
+(** level 1 -> level 0: see CicNotationPres.render *)
+
 type interpretation_id
 type pretty_printer_id
 
 val add_interpretation:
-  string * CicNotationPt.argument_pattern list ->   (* level 2 pattern *)
-  CicNotationPt.cic_appl_pattern ->                 (* level 3 pattern *)
+  string * GrafiteAst.argument_pattern list ->   (* level 2 pattern *)
+  GrafiteAst.cic_appl_pattern ->                 (* level 3 pattern *)
     interpretation_id
 
 val add_pretty_printer: