X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationRew.mli;h=cb43b3099624eee6758134c99b7441e4905cb1da;hb=915c3e1993cad4dcadefe7e6886e6cb8feefae8b;hp=a57ddd0ded3bcccf5a252818a849e01fa3e78893;hpb=50377dde5b5b1a8e5c7b2fb48b47defde9508b50;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationRew.mli b/helm/ocaml/cic_notation/cicNotationRew.mli index a57ddd0de..cb43b3099 100644 --- a/helm/ocaml/cic_notation/cicNotationRew.mli +++ b/helm/ocaml/cic_notation/cicNotationRew.mli @@ -24,22 +24,24 @@ *) (** level 3 -> level 2 *) -(* val ast_of_acic: - (Cic.id, CicNotationPt.sort_kind) Hashtbl.t -> |+ id -> sort +| - Cic.annterm -> |+ acic +| - CicNotationPt.term |+ ast +| - * (Cic.id, string) Hashtbl.t |+ id -> uri +| *) +val ast_of_acic: + (Cic.id, CicNotationPt.sort_kind) Hashtbl.t -> (* id -> sort *) + Cic.annterm -> (* acic *) + CicNotationPt.term (* ast *) + * (Cic.id, string) Hashtbl.t (* id -> uri *) (** level 2 -> level 1 *) val pp_ast: CicNotationPt.term -> CicNotationPt.term -(* type interpretation_id *) +(** 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 +| - interpretation_id *) +val add_interpretation: + string * CicNotationPt.argument_pattern list -> (* level 2 pattern *) + CicNotationPt.cic_appl_pattern -> (* level 3 pattern *) + interpretation_id val add_pretty_printer: ?precedence:int -> @@ -52,7 +54,7 @@ exception Interpretation_not_found exception Pretty_printer_not_found (** @raise Interpretation_not_found *) -(* val remove_interpretation: interpretation_id -> unit *) +val remove_interpretation: interpretation_id -> unit (** @raise Pretty_printer_not_found *) val remove_pretty_printer: pretty_printer_id -> unit