Up
—
package
async_kernel
Module
Async_kernel__Types.Ivar.Immutable
type
'a t
=
{
cell : (
'a
,
Cell.any
)
Cell.t
;
}