Module Async_kernel__Types.Tail

type 'a t = {
mutable next : 'a Stream.next Ivar.t;
}