packages feed

precursor-0.1.0.0: src/Precursor/Data/Tuple.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Precursor.Data.Tuple
  ( fst
  , snd
  , curry
  , uncurry
  , swap
  ) where

import Data.Tuple