HoareDomain
Abstract domains with Hoare ordering.
module HoarePO (E : Lattice.PO) : sig ... end
module type SetS = sig ... end
Set of Lattice.S
elements with Hoare ordering. This abstracts a set by its maximal elements.
module Set_LiftTop
(B : Lattice.S)
(N : SetDomain.ToppedSetNames) :
SetS with type elt = B.t
module MapBot (SpecD : Lattice.S) (R : SetDomain.S) : sig ... end