sig   type t =       Set of Trakeva.Key_in_collection.t * string     | Unset of Trakeva.Key_in_collection.t     | Sequence of Trakeva.??.t list     | Check of Trakeva.Key_in_collection.t * string option   val set : ?collection:string -> key:string -> string -> Trakeva.??.t   val seq : Trakeva.??.t list -> Trakeva.??.t   val contains : ?collection:string -> key:string -> string -> Trakeva.??.t   val is_not_set : ?collection:string -> string -> Trakeva.??.t   val unset : ?collection:string -> string -> Trakeva.??.t   val to_string : Trakeva.??.-> string end