summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T8883.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T8883.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T8883.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T8883.stderr b/testsuite/tests/typecheck/should_fail/T8883.stderr
index 6f4946653b..d5a547db7b 100644
--- a/testsuite/tests/typecheck/should_fail/T8883.stderr
+++ b/testsuite/tests/typecheck/should_fail/T8883.stderr
@@ -4,5 +4,5 @@ T8883.hs:20:1: error:
(Use FlexibleContexts to permit this)
• When checking the inferred type
fold :: forall a b.
- (Regular a, Functor (PF a)) =>
+ (Functor (PF a), Regular a) =>
(PF a b -> b) -> a -> b