Module Async_kernel__.Types.Tail

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