]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationRew.mli
added homepage URL, now we have one
[helm.git] / helm / ocaml / cic_notation / cicNotationRew.mli
index cb43b3099624eee6758134c99b7441e4905cb1da..22b4f64e8fd827a4ecaf48ffed49600f0f171117 100644 (file)
@@ -39,13 +39,20 @@ 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 -> (* id / description *)
+  string * CicNotationPt.argument_pattern list -> (* symbol, level 2 pattern *)
+  CicNotationPt.cic_appl_pattern -> (* level 3 pattern *)
     interpretation_id
 
+  (** @raise Interpretation_not_found *)
+val lookup_interpretations:
+  string -> (* symbol *)
+    (string * CicNotationPt.argument_pattern list *
+      CicNotationPt.cic_appl_pattern) list
+
 val add_pretty_printer:
-  ?precedence:int ->
-  ?associativity:Gramext.g_assoc ->
+  precedence:int ->
+  associativity:Gramext.g_assoc ->
   CicNotationPt.term ->                             (* level 2 pattern *)
   CicNotationPt.term ->                             (* level 1 pattern *)
     pretty_printer_id