Module type CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE
module type MONOLITHIC_ENGINE =sig..end
type state
type token
type semantic_value
exception Error
val entry : state ->
(Lexing.lexbuf ->
token) ->
Lexing.lexbuf ->
semantic_value
The present documentation is copyright Institut National de Recherche en Informatique et en Automatique (INRIA). A complete version can be obtained from this page.