Euterpea-1.1.0: Library for computer music research and education

Safe HaskellSafe-Inferred
LanguageHaskell98

Control.SF.SF

Documentation

newtype SF a b Source

Constructors

SF 

Fields

runSF :: a -> (b, SF a b)
 

run :: SF a b -> [a] -> [b] Source

unfold :: SF () a -> [a] Source

nth :: Int -> SF () a -> a Source

nth' :: Int -> (b, ((), b) -> (a, b)) -> a Source