table of contents
CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE(3) | OCaml library | CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE(3) |
NAME¶
CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE - no description
Module type¶
Module type CamlinternalMenhirLib.EngineTypes.MONOLITHIC_ENGINE
Documentation¶
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
2022-03-11 | OCamldoc |