ghc-7.6.1: The GHC API
Pair
data Pair a
Constructors
Fields
Instances
unPair :: Pair a -> (a, a)
toPair :: (a, a) -> Pair a
swap :: Pair a -> Pair a