AbstractDomain.BottomLifted
Create a domain with Bottom element from a pre-domain
include WithBottom with type t = Domain.t Types.bottom_lifted
include S with type t = Domain.t Types.bottom_lifted
include Comparable with type t = Domain.t Types.bottom_lifted
include IStdlib.PrettyPrintable.PrintableType
with type t = Domain.t Types.bottom_lifted
type t = Domain.t Types.bottom_lifted
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