summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T7730.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7730.stdout')
-rw-r--r--testsuite/tests/ghci/scripts/T7730.stdout4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T7730.stdout b/testsuite/tests/ghci/scripts/T7730.stdout
index 9c3e385c71..4b0f1cea87 100644
--- a/testsuite/tests/ghci/scripts/T7730.stdout
+++ b/testsuite/tests/ghci/scripts/T7730.stdout
@@ -1,9 +1,9 @@
type role A phantom phantom
-type A :: forall k k1. k -> k1 -> *
+type A :: forall {k} {k1}. k -> k1 -> *
data A x y
-- Defined at <interactive>:2:1
A :: k1 -> k2 -> *
type role T phantom
-type T :: forall k. k -> *
+type T :: forall {k}. k -> *
data T a = forall a1. MkT a1
-- Defined at <interactive>:6:1