ยค getSP
Stream processor construction
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
.