live-sequencer-0.0.5.1: Live coding of MIDI music

Safe HaskellSafe-Infered

Tuple

Documentation

data Pair a b Source

Constructors

Pair a b 

Instances

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

fst :: Pair a b -> aSource

snd :: Pair a b -> bSource