Module Completing.Collection

type ocaml = string list
val type_ : ocaml Ecaml__.Import.Value.Type.t
type abstract
type t =
| Elisp of abstract
| This of ocaml
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create_elisp : ocaml -> t
val to_value : t -> Ecaml__.Import.Value.t