X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FTuple.hs;h=01ece26f9f40c156f0697c06059ed0df47dc65d5;hb=56982bc49625b9873a844f1e78686dbcc5c14301;hp=dac7a4f29b127d64ad114a4e6ebbf463e3ec8e3e;hpb=94fff171ed26c83f7b87a43db45a1d39539c51fc;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