X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fcic_notation%2FcicNotationParser.mli;h=22dffd4bf61aeeab0a8656b64531eadd1899cae9;hb=08791e80816548121e81e04d3ead8c9a5171d033;hp=b619606d02db4aa680d81a697c4bbdcddb6fa88f;hpb=9230a8085102cd39258c047949e87001be6ffcf0;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationParser.mli b/helm/ocaml/cic_notation/cicNotationParser.mli index b619606d0..22dffd4bf 100644 --- a/helm/ocaml/cic_notation/cicNotationParser.mli +++ b/helm/ocaml/cic_notation/cicNotationParser.mli @@ -48,11 +48,23 @@ val extend: CicNotationPt.term -> ?precedence:int -> ?associativity:Gramext.g_assoc -> - (CicNotationEnv.env_type -> CicNotationPt.location -> CicNotationPt.term) -> + (CicNotationEnv.t -> CicNotationPt.location -> CicNotationPt.term) -> rule_id val delete: rule_id -> unit +(** {2 Standard precedences} *) + +val let_in_prec: int +val binder_prec: int +val apply_prec: int +val simple_prec: int + +val let_in_assoc: Gramext.g_assoc +val binder_assoc: Gramext.g_assoc +val apply_assoc: Gramext.g_assoc +val simple_assoc: Gramext.g_assoc + (** {2 Debugging} *) (** print "level2_pattern" entry on stdout, flushing afterwards *)