ghc-7.10.2: 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