data SP a b instance (Show b, Show a) => Show (SP a b) instance StreamProcIO SP
SP
is the type for stream processors.
SP i o
is a stream processor which reads messages of type i
from its input stream and writes messages of type o
to its output
stream.
Basic stream processor constructors: putSP, getSP, nullSP.
Derived stream processor constructors: mapSP, filterSP et al.
Stream processor combinators: compEitherSP, serCompSP, loopSP et al.
Fudgets: F.