Module 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 NoJoin
include IStdlib.PrettyPrintable.PrintableType
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit