X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationRew.mli;h=22b4f64e8fd827a4ecaf48ffed49600f0f171117;hb=08ecc780b3b0a4cac7ed72cf68c310e4eeffa2c1;hp=7c2415a733a52fddbd5bec6562af032c22a900f1;hpb=34113d572c334c351ba66f4b05db503eed4d48f2;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationRew.mli b/helm/ocaml/cic_notation/cicNotationRew.mli index 7c2415a73..22b4f64e8 100644 --- a/helm/ocaml/cic_notation/cicNotationRew.mli +++ b/helm/ocaml/cic_notation/cicNotationRew.mli @@ -39,13 +39,20 @@ type interpretation_id type pretty_printer_id val add_interpretation: - string * GrafiteAst.argument_pattern list -> (* level 2 pattern *) - GrafiteAst.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