summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7873.stdout
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-10-02 09:00:55 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-10-02 09:01:10 +0100
commit6b5696230f426f531eb182cd189c0b206afe9296 (patch)
treed37eba05b1027350ccc34d590238ca76afd928cb /testsuite/tests/ghci/scripts/T7873.stdout
parente6632902f5e1ab2094b1df98aee27418c5a657ba (diff)
downloadhaskell-6b5696230f426f531eb182cd189c0b206afe9296.tar.gz
Further testsuite wibbles following changes to kind suppression
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7873.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T7873.stdout3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T7873.stdout b/testsuite/tests/ghci/scripts/T7873.stdout
index 844e8da4d4..785fbf06b2 100644
--- a/testsuite/tests/ghci/scripts/T7873.stdout
+++ b/testsuite/tests/ghci/scripts/T7873.stdout
@@ -1,6 +1,5 @@
data D1 where
- MkD1 :: (forall (k :: BOX) (p :: k -> *) (a :: k).
- p a -> Int) -> D1
+ MkD1 :: (forall (p :: k -> *) (a :: k). p a -> Int) -> D1
-- Defined at <interactive>:3:6
data D2 where
MkD2 :: (forall (p :: k -> *) (a :: k). p a -> Int) -> D2