BoolDomain.FlatBool
include Lattice.PO with type t = [ `Bot | `Lifted of bool | `Top ]
include Printable.S with type t = [ `Bot | `Lifted of bool | `Top ]
val hash : t -> int
val show : t -> string
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
Unique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrary
widen x y
assumes leq x y
. Solvers guarantee this by calling widen old (join old new)
.
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool