Module CamlinternalMenhirLib.Engine

module Make : functor (T : EngineTypes.TABLE) -> EngineTypes.ENGINE with type state = T.state and type token = T.token and type semantic_value = T.semantic_value and type production = T.production and type 'a env = (T.stateT.semantic_valueT.token) EngineTypes.env