X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FgrafiteParser.mli;h=fa732218fec1f093a38a03441be7eedc93636e7a;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=5cd6c26226e00d6ba1109d4bd35470cdcce72940;hpb=9e8c5d2163e701413517153f00a52dac1cd31ecd;p=helm.git diff --git a/helm/ocaml/cic_notation/grafiteParser.mli b/helm/ocaml/cic_notation/grafiteParser.mli index 5cd6c2622..fa732218f 100644 --- a/helm/ocaml/cic_notation/grafiteParser.mli +++ b/helm/ocaml/cic_notation/grafiteParser.mli @@ -32,4 +32,6 @@ val parse_statement: Ulexing.lexbuf -> statement (** @raise End_of_file *) (** @raise End_of_file *) val parse_dependencies: Ulexing.lexbuf -> GrafiteAst.dependency list - + +val statement: statement Grammar.Entry.e +