live-sequencer-0.0.6: Live coding of MIDI music

Safe HaskellSafe
LanguageHaskell98

Tuple

Documentation

data Pair a b Source #

Constructors

Pair a b 

Instances

(Show b, Show a) => Show (Pair a b) Source # 

Methods

showsPrec :: Int -> Pair a b -> ShowS #

show :: Pair a b -> String #

showList :: [Pair a b] -> ShowS #

fst :: Pair a b -> a Source #

snd :: Pair a b -> b Source #