X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FTuple.hs;h=16b23b49328562de2499670728bccd557b2023c3;hb=dbd01bc9d527da582182fc0872b7ba505d8f8a7e;hp=6c096bb1ab101f02e182c2516e5a703c3f9665b7;hpb=7cd377be38cf40c6fc95d8d7a9774d94a3260808;p=ghc-base.git diff --git a/Data/Tuple.hs b/Data/Tuple.hs index 6c096bb..16b23b4 100644 --- a/Data/Tuple.hs +++ b/Data/Tuple.hs @@ -13,14 +13,7 @@ -- ----------------------------------------------------------------------------- -module Data.Tuple ( - module Data.Tuple - -- tuples 1..37 - , fst -- :: (a,b) -> a - , snd -- :: (a,b) -> a - , curry -- :: ((a, b) -> c) -> a -> b -> c - , uncurry -- :: (a -> b -> c) -> ((a, b) -> c) - ) where +module Data.Tuple where #ifdef __GLASGOW_HASKELL__ import GHC.Base