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