live-sequencer-0.0.6: Live coding of MIDI music
Tuple
data Pair a b Source #
Constructors
Instances
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 #