boombox-0.0: Chronokinetic stream sources and incremental consumers

Safe HaskellSafe
LanguageHaskell2010

Data.Boombox.Extra

Synopsis

Documentation

peek :: PlayerT w a m a Source

peek ≡ lookAhead await

takeWhile :: (a -> Bool) -> PlayerT w a m [a] Source

dropWhile :: (a -> Bool) -> PlayerT w a m () Source