Module Expect.Completion_entry

type t =
  1. | FunctionName
  2. | ProcedureRef
  3. | QualifiedRef
val compare : t -> t -> int
val pp : t Fmt.t