 
¤ 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 xhas been read from the input stream,getSP inspbehaves likeinsp x.
 
Example
 getSP (\x->putSP x nullSP)
See Also
SP, putSP, nullSP.
