X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTuple.hs;h=01ece26f9f40c156f0697c06059ed0df47dc65d5;hb=25872f694aea1a4e3b623eb0c6897d611aa0a758;hp=dac7a4f29b127d64ad114a4e6ebbf463e3ec8e3e;hpb=4fff016b8114f906008b13686ec9f678d2a0eb09;p=ghc-prim.git diff --git a/GHC/Tuple.hs b/GHC/Tuple.hs index dac7a4f..01ece26 100644 --- a/GHC/Tuple.hs +++ b/GHC/Tuple.hs @@ -15,6 +15,9 @@ module GHC.Tuple where +-- We need Inl etc behind the scenes for the tuple definitions +import GHC.Generics () + default () -- Double and Inteegr aren't available yet data (,) a b = (,) a b