ValueDomain.Blobmodule Size : IntDomain.Zinclude sig ... endtype t = Value.t * Size.t * ZeroInit.tval is_top : t -> boolval top : unit -> tval is_bot : t -> boolval bot : unit -> tval hash : t -> intval show : (Value.t * Size.t * ZeroInit.t) -> stringval pretty : unit -> (Value.t * Size.t * ZeroInit.t) -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> (Value.t * Size.t * ZeroInit.t) -> unitval 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.arbitrarytype value = Value.ttype size = Size.ttype zeroinit = ZeroInit.t