live-sequencer-0.0.5.1: Live coding of MIDI music

Safe HaskellSafe-Infered

ListLive

Synopsis

Documentation

cons :: a -> [a] -> [a]Source

append :: [a] -> [a] -> [a]Source

splitAt :: Int -> [a] -> Pair [a] [a]Source

span :: (a -> Bool) -> [a] -> Pair [a] [a]Source

afterEach :: a -> [a] -> [a]Source

dropWhileRev :: (a -> Bool) -> [a] -> [a]Source

sumInteger :: Integral a => [a] -> aSource

constant space usage in contrast to sum

iterateInteger :: (Integer -> Integer) -> Integer -> [Integer]Source

constant space usage in contrast to iterate

applyStrictList :: ([Integer] -> a) -> [Integer] -> aSource

applyStrictListList :: ([[Integer]] -> a) -> [[Integer]] -> aSource