runSP :: SP a b -> [a] -> [b]
runSP function "executes" stream processors. It takes a stream processor and returns a list function. runSP is used in fudlogue, for example, to turn the top level fudget into a Haskell dialogue.
runSP
fudlogue