DisjointDomain.CombinedSetSet of elements E.t grouped into buckets by RC, where each bucket is described by the set B.
module E : Printable.Smodule B : SetDomain.S with type elt = E.tmodule RC : RepresentativeCongruence with type elt = E.tval hash : t -> intval show : t -> stringval pretty : unit -> t -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intval arbitrary : unit -> t QCheck.arbitraryval bot : unit -> tval is_bot : t -> boolval top : unit -> tval is_top : t -> booltype elt = E.tval empty : unit -> tval is_empty : t -> boolval cardinal : t -> intval fold_buckets :
(RC.t -> PairwiseSet(E)(B)(RC).t -> 'a -> 'a) ->
t ->
'a ->
'a