include module type of struct include PartitionDomain.ExpPartitions end
val equal : t -> t -> boolval compare : t -> t -> intval pretty : unit -> t -> Printable.Pretty.docval name : unit -> stringval to_yojson : t -> Yojson.Safe.tval arbitrary : unit -> t QCheck.arbitraryval mem : elt -> t -> boolval subset : t -> t -> boolval disjoint : t -> t -> boolval iter : (elt -> unit) -> t -> unitval fold : (elt -> 'a -> 'a) -> t -> 'a -> 'aval for_all : (elt -> bool) -> t -> boolval exists : (elt -> bool) -> t -> boolval partition : (elt -> bool) -> t -> t * tval elements : t -> elt listval to_seq : t -> elt Stdlib.Seq.tval of_list : elt list -> tval pretty_diff : unit -> (t * E.t) -> GoblintCil.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval is_str_constant : GoblintCil.exp -> bool