{-# LANGUAGE NoImplicitPrelude #-} module Precursor.Data.Tuple ( fst , snd , curry , uncurry , swap ) where import Data.Tuple