ValueDomain.Blob
module Size : IntDomain.Z
include sig ... end
type t = Value.t * Size.t * ZeroInit.t
val is_top : t -> bool
val top : unit -> t
val is_bot : t -> bool
val bot : unit -> t
val hash : t -> int
val show : (Value.t * Size.t * ZeroInit.t) -> string
val pretty : unit -> (Value.t * Size.t * ZeroInit.t) -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (Value.t * Size.t * ZeroInit.t) -> unit
val to_yojson :
(Value.t * Size.t * ZeroInit.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (Value.t * Size.t * ZeroInit.t) QCheck.arbitrary
type value = Value.t
type size = Size.t
type zeroinit = ZeroInit.t