UseAfterFree.StackAndHeapVars
type t = AllocaVars.t * HeapVars.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 : (AllocaVars.t * HeapVars.t) -> string
val pretty : unit -> (AllocaVars.t * HeapVars.t) -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (AllocaVars.t * HeapVars.t) -> unit
val to_yojson :
(AllocaVars.t * HeapVars.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (AllocaVars.t * HeapVars.t) QCheck.arbitrary