]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationParser.mli
handled difference associativity for the same level of the extensible grammar
[helm.git] / helm / ocaml / cic_notation / cicNotationParser.mli
index 083d442eb15511a3b7f5ecd856828740969f9303..048551915712c1fca2f2176cf811ae3417164c3b 100644 (file)
@@ -41,8 +41,8 @@ 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