]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationParser.mli
integration with paramodulation
[helm.git] / helm / ocaml / cic_notation / cicNotationParser.mli
index 2819f4d9d802386ed4b58f219b07bab6ff85390a..048551915712c1fca2f2176cf811ae3417164c3b 100644 (file)
@@ -41,25 +41,13 @@ type rule_id
 
 val extend:
   CicNotationPt.term ->
-  ?precedence:int ->
-  ?associativity:Gramext.g_assoc ->
+  precedence:int ->
+  associativity:Gramext.g_assoc ->
   (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 Grammar entries}
  * needed by grafite parser *)