Module AbstractDomain.BooleanOr
Boolean domain ordered by ~p || q. Useful when you want a boolean that's true only when it's true in one conditional branch.
val bottom : t
The bottom value of the domain.
val is_bottom : t -> bool
Return true if this is the bottom value