¤ loopLow
Types
loopLow :: SP TCommand (FCommand a) -> SP (FEvent a) TEvent -> F b c -> F b c
Synopsis
loopLow postSP preSP fudget
Description
loopLow is used for constructing ``filters'' that operate on the low level
streams of a fudget. Messages can be fed back from the output stream
to the input stream.
Arguments
postSP :: SP TCommand (FCommand a)- 	A stream processor connected to the low level output
		of the fudget. Output messages tagged 
High are looped
		back to preSP
 preSP :: SP (FEvent a) TEvent- 	A stream processor connected to the low level input of
		the fudget.
 fudget :: F b c- 	A fudget.
 
See Also
allcacheF