menhirLib
Runtime support library for parsers generated by Menhir
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Make
(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.state, T.semantic_value, T.token ) EngineTypes.env