module Key_in_collection: sig .. end
sig
end
type t = {
key : string;
string
collection : string option;
string option
val create : ?collection:string -> string -> t
?collection:string -> string -> t
val to_string : t -> string
t -> string