Capsule_expert.AccessAn Access.t allows wrapping and unwrapping Data.t values from the current capsule.
'k t represents access to the current capsule, allowing wrapping and unwrapping Data.t values. An uncontended 'k t indicates that 'k is the current capsule. A shared 'k t indicates that 'k is the current capsule but that it may be shared with other threads.
'k ts captured in a portable closure become contended, which prevents sharing them with other threads.
packed is the type of access to some unknown capsule. Unpacking one provides a 'k t together with a fresh existential type brand for 'k.