]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/content_pres/cicNotationParser.mli
AST to ASTFE completed up to a few computational (!!!) axioms.
[helm.git] / helm / software / components / content_pres / cicNotationParser.mli
index 161c9167c62f8b4cf1b0e96138f0922cc75be994..0df3f83d06ad9f9ddc64a21b4a695f99f928652e 100644 (file)
@@ -30,8 +30,9 @@ type checked_l1_pattern = private CL1P of CicNotationPt.term * int
 
 (** {2 Parsing functions} *)
 
-  (** concrete syntax pattern: notation level 1 *)
-val parse_level1_pattern: Ulexing.lexbuf -> CicNotationPt.term
+  (** concrete syntax pattern: notation level 1, the 
+   *  integer is the precedence *)
+val parse_level1_pattern: int -> Ulexing.lexbuf -> CicNotationPt.term
 
   (** AST pattern: notation level 2 *)
 val parse_level2_ast: Ulexing.lexbuf -> CicNotationPt.term