summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Eichmann <EichmannD@gmail.com>2019-05-23 18:26:37 +0100
committerDavid Eichmann <EichmannD@gmail.com>2019-05-23 18:26:37 +0100
commit535a26c90f458801aeb1e941a3f541200d171e8f (patch)
tree7618afb14c9696f2509d6f8e003c3ede79d9fcf5
parent4ba73e00c4887b58d85131601a15d00608acaa60 (diff)
downloadhaskell-535a26c90f458801aeb1e941a3f541200d171e8f.tar.gz
Revert "Add Generic tuple instances up to 15-tuple" #16688
This reverts commit 5eb9445444c4099fc9ee0803ba45db390900a80f. It has caused an increase in variance of performance test T9630, causing CI to fail.
-rw-r--r--libraries/base/GHC/Generics.hs48
1 files changed, 0 insertions, 48 deletions
diff --git a/libraries/base/GHC/Generics.hs b/libraries/base/GHC/Generics.hs
index 195c2032f2..0492464d2b 100644
--- a/libraries/base/GHC/Generics.hs
+++ b/libraries/base/GHC/Generics.hs
@@ -1434,30 +1434,6 @@ deriving instance Generic ((,,,,,) a b c d e f)
-- | @since 4.6.0.0
deriving instance Generic ((,,,,,,) a b c d e f g)
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,) a b c d e f g h)
-
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,,) a b c d e f g h i)
-
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,,,) a b c d e f g h i j)
-
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,,,,) a b c d e f g h i j k)
-
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,,,,,) a b c d e f g h i j k l)
-
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,,,,,,) a b c d e f g h i j k l m)
-
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,,,,,,,) a b c d e f g h i j k l m n)
-
--- | @since 4.14.0.0
-deriving instance Generic ((,,,,,,,,,,,,,,) a b c d e f g h i j k l m n o)
-
-- | @since 4.12.0.0
deriving instance Generic (Down a)
@@ -1495,30 +1471,6 @@ deriving instance Generic1 ((,,,,,) a b c d e)
-- | @since 4.6.0.0
deriving instance Generic1 ((,,,,,,) a b c d e f)
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,) a b c d e f g)
-
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,,) a b c d e f g h)
-
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,,,) a b c d e f g h i)
-
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,,,,) a b c d e f g h i j)
-
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,,,,,) a b c d e f g h i j k)
-
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,,,,,,) a b c d e f g h i j k l)
-
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,,,,,,,) a b c d e f g h i j k l m)
-
--- | @since 4.14.0.0
-deriving instance Generic1 ((,,,,,,,,,,,,,,) a b c d e f g h i j k l m n)
-
-- | @since 4.12.0.0
deriving instance Generic1 Down