logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CamlinternalMenhirLib.EngineTypes - no description

Documentation

       Module EngineTypes
        : sigendtype('state,'semantic_value)stack = {
        state : 'state ;
        semv : 'semantic_value ;
        startp : Lexing.position ;
        endp : Lexing.position ;
        next : ('state,'semantic_value)stack ;
        }

       type('state,'semantic_value,'token)env = {
        error : bool ;
        triple : 'token*Lexing.position*Lexing.position ;
        stack : ('state,'semantic_value)stack ;
        current : 'state ;
        }

       moduletypeLOG=sigendmoduletypeTABLE=sigendmoduletypeMONOLITHIC_ENGINE=sigendmoduletypeINCREMENTAL_ENGINE_START=sigendmoduletypeENGINE=sigend

OCamldoc                                           2025-06-12              CamlinternalMenhirLib.EngineTypes(3o)

Module

       Module   CamlinternalMenhirLib.EngineTypes

Name

       CamlinternalMenhirLib.EngineTypes - no description

See Also