BaseDomain.BaseComponents
include Lattice.S with type t = PrivD.t basecomponents_t
include Lattice.PO with type t = PrivD.t basecomponents_t
include Printable.S with type t = PrivD.t basecomponents_t
type t = PrivD.t basecomponents_t
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
val op_scheme :
(CPA.t -> CPA.t -> CPA.t) ->
(PartDeps.t -> PartDeps.t -> PartDeps.t) ->
(WeakUpdates.t -> WeakUpdates.t -> WeakUpdates.t) ->
(PrivD.t -> PrivD.t -> PrivD.t) ->
t ->
t ->
t