Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val number : state -> int
val token2value : token -> semantic_value
val error_terminal : terminal
val error_value : semantic_value
val default_reduction :
state ->
('env -> production -> 'answer) ->
('env -> 'answer) ->
'env ->
'answer
val action :
state ->
terminal ->
semantic_value ->
('env -> bool -> terminal -> semantic_value -> state -> 'answer) ->
('env -> production -> 'answer) ->
('env -> 'answer) ->
'env ->
'answer
val goto : state -> production -> state
val is_start : production -> bool
type semantic_action =
(state, semantic_value, token) env ->
(state, semantic_value) stack
val semantic_action : production -> semantic_action
module Log : sig ... end