Module Dummy_All_Basis.Memory_Lattice

include Lattices.Sig.Join_Semi_Lattice_With_Bottom with type t = memory
include Datatype_sig.S with type t = memory
type t = memory
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val pretty : Stdlib.Format.formatter -> t -> unit
val join : t -> t -> t
val includes_or_widen : previous:t -> t -> bool * t
val includes : t -> t -> bool
val widen : previous:t -> t -> t
val bottom : t
val is_bottom : t -> bool