The input to an iteratee.
The input to an iteratee. *
A data sink.
A data sink.
Represents a value of type F[StepT[E, F, A]]
The type of the input data (mnemonic: Element type)
The type constructor representing an effect. The type constructor scalaz.Id is used to model pure computations, and is fixed as such in the type alias scalaz.iteratee.Iteratee.
The type of the calculated result
The current state of an Iteratee, one of:
The current state of an Iteratee, one of:
The type of the input data (mnemonic: Element type)
The type constructor representing an effect. The type constructor scalaz.Id is used to model pure computations, and is fixed as such in the type alias scalaz.iteratee.Step.
The type of the calculated result