]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite_parser/grafiteParser.mli
BIG BUG FIXED (???): in place of using Grammar.Entry.parse we should have
[helm.git] / matita / components / grafite_parser / grafiteParser.mli
index 2b458fdf80f7501a6833ba0c9d7c304db74d9533..ea4d43a621a676651929d2e5214712b75426ce66 100644 (file)
@@ -47,4 +47,4 @@ val extend : #status as 'status ->
  (* never_include: do not call LexiconEngine to do includes, 
   * always raise NoInclusionPerformed *) 
 (** @raise End_of_file *)
-val parse_statement: #status -> Ulexing.lexbuf -> GrafiteAst.statement
+val parse_statement: #status -> Grammar.parsable -> GrafiteAst.statement