Parameters
Signature
val mem : elt -> t -> bool
val remove : elt -> t -> t
val equal : t -> t -> bool
val compare : t -> t -> int
val disjoint : t -> t -> bool
val iter : (elt -> unit) -> t -> unit
val fold : (elt -> 'a -> 'a) -> t -> 'a -> 'a
val to_list : t -> elt list
val is_singleton : t -> elt option
val pp :
?pp_sep:(Stdlib.Format.formatter -> unit -> unit) ->
(Stdlib.Format.formatter -> elt -> unit) ->
Stdlib.Format.formatter ->
t ->
unit