live-sequencer-0.0.5.1: Live coding of MIDI music

Safe HaskellSafe-Infered

Function

Synopsis

Documentation

(.) :: (b -> c) -> (a -> b) -> a -> cSource

($) :: (a -> b) -> a -> bSource

 

flip :: (b -> a -> c) -> a -> b -> cSource

id :: a -> aSource

nest :: Int -> (a -> a) -> a -> aSource

const :: a -> b -> aSource

fix :: (a -> a) -> aSource