Sexp_grammar_completion_protocol.CandidatesA Completion is the set of suggestions known at a point in a sexp.
include Ppx_compare_lib.Comparable.S with type t := tval exhaustive : t -> bool @@ portableval candidates : t -> Candidate.t list @@ portableval sexp_of_t : t -> Sexplib0.Sexp.tinclude Core.Comparator.S with type t := tval comparator : (t, comparator_witness) Base.Comparator.T.comparatormodule Unstable : sig ... endmodule Stable : sig ... end