Module Expect.Completion_entry

type t =
  1. | K of Cobol_parser__.Grammar_tokens.token Cobol_common.Basics.NEL.t
  2. | FunctionName
  3. | ProcedureRef
  4. | QualifiedRef
val compare : t -> t -> int
val pp : t Fmt.t