summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16517.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T16517.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T16517.stderr8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T16517.stderr b/testsuite/tests/typecheck/should_fail/T16517.stderr
index 1e17286cff..252e8ad793 100644
--- a/testsuite/tests/typecheck/should_fail/T16517.stderr
+++ b/testsuite/tests/typecheck/should_fail/T16517.stderr
@@ -1,8 +1,10 @@
T16517.hs:5:29: error:
- • Expected kind ‘k’, but ‘a’ has kind ‘k0’
- because kind variable ‘k’ would escape its scope
- This (rigid, skolem) kind variable is bound by
+ • Expected kind ‘k1’, but ‘a’ has kind ‘k’
+ ‘k1’ is a rigid type variable bound by
+ the type signature for ‘m’
+ at T16517.hs:5:22-35
+ ‘k’ is a rigid type variable bound by
the class declaration for ‘C’
at T16517.hs:5:22-35
• In the first argument of ‘Proxy’, namely ‘(a :: k)’