]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationParser.mli
fixed a finalization issue for connections closed twice
[helm.git] / helm / ocaml / cic_notation / cicNotationParser.mli
index 083d442eb15511a3b7f5ecd856828740969f9303..80d79ef448e5f664bbd5153b832b5b3f934afa41 100644 (file)
@@ -40,9 +40,9 @@ val parse_level2_meta: char Stream.t -> CicNotationPt.term
 type rule_id
 
 val extend:
-  CicNotationPt.term ->
-  ?precedence:int ->
-  ?associativity:Gramext.g_assoc ->
+  CicNotationPt.term -> (* level 1 pattern *)
+  precedence:int ->
+  associativity:Gramext.g_assoc ->
   (CicNotationEnv.t -> CicNotationPt.location -> CicNotationPt.term) ->
     rule_id