summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
diff options
context:
space:
mode:
authorFumiaki Kinoshita <fumiexcel@gmail.com>2019-04-07 17:44:20 +0900
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-04 21:43:49 -0400
commitec93d2a90a2d4f189feafd21575b9e9ba5ba9a5d (patch)
tree392714d5c8508fb34e69967cdc428d047cb4d3ab /testsuite/tests/ghci
parent1357d02380641ba33b05eb87c80e6a4250cd4a3b (diff)
downloadhaskell-ec93d2a90a2d4f189feafd21575b9e9ba5ba9a5d.tar.gz
Add Monad instances to `(,,) a b` and `(,,,) a b c`
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r--testsuite/tests/ghci/scripts/T12550.stdout2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T12550.stdout b/testsuite/tests/ghci/scripts/T12550.stdout
index 81be552e5c..a3117d02c2 100644
--- a/testsuite/tests/ghci/scripts/T12550.stdout
+++ b/testsuite/tests/ghci/scripts/T12550.stdout
@@ -53,6 +53,8 @@ instance Functor [] -- Defined in ‘GHC.Base’
instance Functor Maybe -- Defined in ‘GHC.Base’
instance Functor IO -- Defined in ‘GHC.Base’
instance ∀ r. Functor ((->) r) -- Defined in ‘GHC.Base’
+instance ∀ a b c. Functor ((,,,) a b c) -- Defined in ‘GHC.Base’
+instance ∀ a b. Functor ((,,) a b) -- Defined in ‘GHC.Base’
instance ∀ a. Functor ((,) a) -- Defined in ‘GHC.Base’
datatypeName
∷ ∀ {d} {t ∷ ★ → (★ → ★) → ★ → ★} {f ∷ ★ → ★} {a}.