X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationRew.mli;h=22b4f64e8fd827a4ecaf48ffed49600f0f171117;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=21877d0c3a3406a7cb53387ca20b38b17de0c6a7;hpb=bf6144a808a16d4e576e56593bbcd63b8db5fe4c;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationRew.mli b/helm/ocaml/cic_notation/cicNotationRew.mli index 21877d0c3..22b4f64e8 100644 --- a/helm/ocaml/cic_notation/cicNotationRew.mli +++ b/helm/ocaml/cic_notation/cicNotationRew.mli @@ -33,17 +33,26 @@ 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 -> (* 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