¤ runSP

Types

runSP :: SP a b -> [a] -> [b]

Description

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.

See Also

fudlogue.