summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T17841.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T17841.stderr')
-rw-r--r--testsuite/tests/polykinds/T17841.stderr3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T17841.stderr b/testsuite/tests/polykinds/T17841.stderr
index 6157f55399..11243a4322 100644
--- a/testsuite/tests/polykinds/T17841.stderr
+++ b/testsuite/tests/polykinds/T17841.stderr
@@ -1,6 +1,9 @@
T17841.hs:7:45: error:
• Expected a type, but ‘t’ has kind ‘k2’
+ ‘k2’ is a rigid type variable bound by
+ the class declaration for ‘Foo’
+ at T17841.hs:7:17
• In the kind ‘t’
In the first argument of ‘Proxy’, namely ‘(a :: t)’
In the type signature: foo :: Proxy (a :: t)