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 list
val completion_entries_in :
env:_ Cobol_parser__.Grammar.MenhirInterpreter.env ->
Completion_entry.t list
val eager_completion_entries_in :
env:_ Cobol_parser__.Grammar.MenhirInterpreter.env ->
Completion_entry.t list
val default_nonterminal_value :
'a Cobol_parser__.Grammar.MenhirInterpreter.nonterminal ->
'a