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 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 of_list : elt list -> tval pretty_diff : unit -> (t * E.t) -> GoblintCil.Pretty.docval invariant :
scope:GoblintCil.fundec ->
t ->
[ `Bot | `Lifted of Invariant.ExpLat.t | `Top ]