summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7873.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7873.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T7873.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T7873.stdout b/testsuite/tests/ghci/scripts/T7873.stdout
index 4abcab8c18..4347c3b9f3 100644
--- a/testsuite/tests/ghci/scripts/T7873.stdout
+++ b/testsuite/tests/ghci/scripts/T7873.stdout
@@ -1,6 +1,6 @@
type D2 :: *
data D2
- = forall k. MkD2 (forall (p :: k -> *) (a :: k). p a -> Int)
+ = forall {k}. MkD2 (forall (p :: k -> *) (a :: k). p a -> Int)
-- Defined at <interactive>:3:1
type D3 :: *
data D3 = MkD3 (forall k (p :: k -> *) (a :: k). p a -> Int)