X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FgrafiteParser.mli;h=fa732218fec1f093a38a03441be7eedc93636e7a;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=e6b549dabfdbaba589f9ec011c73d8a35b9d5666;hpb=3e5a3049534e6b5a091598a079b61c91134650f1;p=helm.git diff --git a/helm/ocaml/cic_notation/grafiteParser.mli b/helm/ocaml/cic_notation/grafiteParser.mli index e6b549dab..fa732218f 100644 --- a/helm/ocaml/cic_notation/grafiteParser.mli +++ b/helm/ocaml/cic_notation/grafiteParser.mli @@ -23,13 +23,15 @@ * http://helm.cs.unibo.it/ *) - (** @raise End_of_file *) -val parse_statement: - char Stream.t -> - (CicNotationPt.term, CicNotationPt.term, GrafiteAst.reduction, - GrafiteAst.obj, string) +type statement = + (CicNotationPt.term, CicNotationPt.term, GrafiteAst.reduction, + GrafiteAst.obj, string) GrafiteAst.statement +val parse_statement: Ulexing.lexbuf -> statement (** @raise End_of_file *) + (** @raise End_of_file *) -val parse_dependencies: char Stream.t -> GrafiteAst.dependency list - +val parse_dependencies: Ulexing.lexbuf -> GrafiteAst.dependency list + +val statement: statement Grammar.Entry.e +