X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FgrafiteParser.mli;h=f8754df0c4715f14c098e9072310e7d53be25a86;hb=15c68b7390bae4e2d228056378f882764812b090;hp=f38f0e5dc3e4dde8a76ee9e95c5b5a141c94ad03;hpb=4db221ee87ba30f63db0ea32c98858041e8e6213;p=helm.git diff --git a/helm/software/components/grafite_parser/grafiteParser.mli b/helm/software/components/grafite_parser/grafiteParser.mli index f38f0e5dc..f8754df0c 100644 --- a/helm/software/components/grafite_parser/grafiteParser.mli +++ b/helm/software/components/grafite_parser/grafiteParser.mli @@ -38,10 +38,9 @@ type statement = LexiconEngine.status -> LexiconEngine.status * ast_statement localized_option -(* this callback is called on every lexicon command *) -val set_callback: (LexiconAst.command -> unit) -> unit - val parse_statement: Ulexing.lexbuf -> statement (** @raise End_of_file *) val statement: statement Grammar.Entry.e +(* this callback is called on every include command *) +val set_callback: (string -> unit) -> unit