]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationParser.mli
snapshot
[helm.git] / helm / ocaml / cic_notation / cicNotationParser.mli
index 6192bf05bbe984b2c55bf9130fe35c597f00b68a..22dffd4bf61aeeab0a8656b64531eadd1899cae9 100644 (file)
@@ -53,6 +53,18 @@ val extend:
 
 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 *)