ยค nullSP
Stream processor basics
Types
nullSP ::
SP
a
b
Description
nullSP
is a stream processor that does nothing.
Input
Ignores all inputs.
Output
No output is produced.
See Also
SP
,
putSP
,
getSP
,
idSP
.