UseAfterFree.StackAndHeapVarstype t = AllocaVars.t * HeapVars.tval is_top : t -> boolval top : unit -> tval is_bot : t -> boolval bot : unit -> tval 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.arbitrary