Module BoolDomain

Boolean domains.

module Bool : sig ... end
module MayBool : Lattice.S with type t = bool
module MustBool : Lattice.S with type t = bool
module FlatBool : Lattice.S with type t = [ `Bot | `Lifted of bool | `Top ]