dartz_streaming library

Classes

Both<L, R>
Conveyor<F, O>
From<A>
IO
Nowhere
Pipe
Source
Tee
Text

Functions

conveyorMP<F, O>() MonadPlus<Conveyor<F, O>>

Typedefs

ChannelF<F, I, O> = Conveyor<F, O> Function(I i)
SinkF<F, O> = Conveyor<F, Unit> Function(O o)