AbstractDomain.PairWithBottom
module Domain1 : WithBottom
module Domain2 : WithBottom
include S with type t = Domain1.t * Domain2.t
include Comparable with type t = Domain1.t * Domain2.t
include IStdlib.PrettyPrintable.PrintableType
with type t = Domain1.t * Domain2.t
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val bottom : t
The bottom value of the domain.
val is_bottom : t -> bool
Return true if this is the bottom value