Module Cobol_parser.Expect

module Completion_entry : sig ... end
type 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