Module Queries.AllocationLocation

type t =
  1. | Stack
  2. | Heap
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int