UseAfterFree.StackAndHeapVarstype t = AllocaVars.t * HeapVars.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 relift : (AllocaVars.t * HeapVars.t) -> AllocaVars.t * HeapVars.tval bot : unit -> AllocaVars.t * HeapVars.tval is_bot : (AllocaVars.t * HeapVars.t) -> boolval top : unit -> AllocaVars.t * HeapVars.tval is_top : (AllocaVars.t * HeapVars.t) -> boolval leq : (AllocaVars.t * HeapVars.t) -> (AllocaVars.t * HeapVars.t) -> boolval op_scheme :
('a -> 'b -> AllocaVars.t) ->
('c -> 'd -> HeapVars.t) ->
('a * 'c) ->
('b * 'd) ->
tval join : (AllocaVars.t * HeapVars.t) -> (AllocaVars.t * HeapVars.t) -> tval meet : (AllocaVars.t * HeapVars.t) -> (AllocaVars.t * HeapVars.t) -> tval narrow : (AllocaVars.t * HeapVars.t) -> (AllocaVars.t * HeapVars.t) -> tval widen : (AllocaVars.t * HeapVars.t) -> (AllocaVars.t * HeapVars.t) -> t