X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FgrafiteParser.mli;h=5cd6c26226e00d6ba1109d4bd35470cdcce72940;hb=901b6be31bc3b0267dfd889373380ec098ee3d3b;hp=ccea04836ec99e874519398f47a776c38b1448d3;hpb=e20f3963028a966fc93ba0d611c4aa8341d20e2c;p=helm.git diff --git a/helm/ocaml/cic_notation/grafiteParser.mli b/helm/ocaml/cic_notation/grafiteParser.mli index ccea04836..5cd6c2622 100644 --- a/helm/ocaml/cic_notation/grafiteParser.mli +++ b/helm/ocaml/cic_notation/grafiteParser.mli @@ -23,8 +23,13 @@ * http://helm.cs.unibo.it/ *) - (** @raise End_of_file *) -val parse_statement: - char Stream.t -> - (CicNotationPt.term, GrafiteAst.obj, string) GrafiteAst.statement +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: Ulexing.lexbuf -> GrafiteAst.dependency list +