live-sequencer-0.0.6.3: Live coding of MIDI music
Safe HaskellSafe-Inferred
LanguageHaskell98

Bool

Documentation

ifThenElse :: Bool -> a -> a -> a Source #

(&&) :: Bool -> Bool -> Bool infixr 3 Source #

(||) :: Bool -> Bool -> Bool infixr 2 Source #