Module AccessSnapshot.AccessSnapshotElem

type t = {
  1. access : Access.t;
  2. thread : ThreadsDomain.t;
  3. lock : bool;
  4. ownership_precondition : OwnershipAbstractValue.t;
}