¤ getSP
Stream processor input operation
Types
getSP :: Cont (SP a b) a
Synopsis
getSP insp
Description
Stream processor input operation.
Arguments
insp :: ??- When a value
x has been read from the input stream,
getSP insp behaves like insp x.
Example
getSP (\x->putSP x nullSP)
See Also
SP, putSP, nullSP.