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

Tuple

Documentation

data Pair a b Source #

Constructors

Pair a b 

Instances

Instances details
(Show a, Show b) => Show (Pair a b) Source # 
Instance details

Defined in Tuple

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 #