summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9201.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T9201.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T9201.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T9201.stderr b/testsuite/tests/typecheck/should_fail/T9201.stderr
index 5f16dcaedd..2f1d0a2dae 100644
--- a/testsuite/tests/typecheck/should_fail/T9201.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9201.stderr
@@ -2,5 +2,5 @@
T9201.hs:6:17: error:
The first argument of ‘f’ should have kind ‘x1’,
but ‘a’ has kind ‘y1’
- In the type ‘d a (f a)’
+ In the type signature: ret :: d a (f a)
In the class declaration for ‘MonoidalCCC’