AbstractDomain.BooleanAnd
Boolean domain ordered by p || ~q. Useful when you want a boolean that's true only when it's true in both conditional branches.
include Comparable with type t = bool
include IStdlib.PrettyPrintable.PrintableType with type t = bool
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit