summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T12525.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/should_run/T12525.stdout')
-rw-r--r--testsuite/tests/ghci/should_run/T12525.stdout2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/should_run/T12525.stdout b/testsuite/tests/ghci/should_run/T12525.stdout
index a00ffea4e3..ef48679f94 100644
--- a/testsuite/tests/ghci/should_run/T12525.stdout
+++ b/testsuite/tests/ghci/should_run/T12525.stdout
@@ -1,4 +1,4 @@
x :: () = ()
y :: () = ()
-type Foo :: * -> Constraint
+type Foo :: forall {k}. k -> Constraint
class Foo a