Module Cobol_parser.Expect
type action = | Feed : 'a Cobol_parser__.Grammar.MenhirInterpreter.nonterminal -> action| Reduce : Cobol_parser__.Grammar.MenhirInterpreter.production -> action
val actions_in :
env:_ Cobol_parser__.Grammar.MenhirInterpreter.env ->
action listval completion_entries_in :
env:_ Cobol_parser__.Grammar.MenhirInterpreter.env ->
Completion_entry.t listval eager_completion_entries_in :
env:_ Cobol_parser__.Grammar.MenhirInterpreter.env ->
Completion_entry.t listval default_nonterminal_value :
'a Cobol_parser__.Grammar.MenhirInterpreter.nonterminal ->
'a