summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T4875.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T4875.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T4875.stderr6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T4875.stderr b/testsuite/tests/typecheck/should_fail/T4875.stderr
index 782b0969d5..48808e319c 100644
--- a/testsuite/tests/typecheck/should_fail/T4875.stderr
+++ b/testsuite/tests/typecheck/should_fail/T4875.stderr
@@ -1,7 +1,5 @@
T4875.hs:27:24: error:
- • Expecting one fewer arguments to ‘r’
- Expected kind ‘* -> *’, but ‘r’ has kind ‘*’
- • In the type signature:
- multiplicities :: r c -> [c]
+ • Expected kind ‘* -> *’, but ‘r’ has kind ‘*’
+ • In the type signature: multiplicities :: r c -> [c]
In the class declaration for ‘Morphic’