ยค runSP

Stream processor basics

Types

runSP :: SP a1 a2 -> [a1] -> [a2]

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.