UseAfterFree.StackAndHeapVarstype t = AllocaVars.t * HeapVars.tval is_top : t -> boolval top : unit -> tval is_bot : t -> boolval bot : unit -> tval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval hash : t -> intval show : (AllocaVars.t * HeapVars.t) -> stringval pretty : unit -> (AllocaVars.t * HeapVars.t) -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> (AllocaVars.t * HeapVars.t) -> unitval to_yojson :
(AllocaVars.t * HeapVars.t) ->
[> `Assoc of (string * Yojson.Safe.t) list ]val arbitrary : unit -> (AllocaVars.t * HeapVars.t) QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc