summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12177.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T12177.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T12177.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T12177.stderr b/testsuite/tests/typecheck/should_fail/T12177.stderr
index 03c885a577..ae57decfbc 100644
--- a/testsuite/tests/typecheck/should_fail/T12177.stderr
+++ b/testsuite/tests/typecheck/should_fail/T12177.stderr
@@ -2,24 +2,24 @@
T12177.hs:3:19: error:
• Found hole: _ :: t
Where: ‘t’ is a rigid type variable bound by
- the inferred type of bar :: p1 -> p -> t at T12177.hs:3:1-19
+ the inferred type of bar :: p -> p1 -> t at T12177.hs:3:1-19
• In the expression: _
In the expression: \ x -> _
In the expression: \ x -> \ x -> _
• Relevant bindings include
- x :: p (bound at T12177.hs:3:14)
- bar :: p1 -> p -> t (bound at T12177.hs:3:1)
+ x :: p1 (bound at T12177.hs:3:14)
+ bar :: p -> p1 -> t (bound at T12177.hs:3:1)
T12177.hs:5:37: error:
• Found hole: _ :: t
Where: ‘t’ is a rigid type variable bound by
- the inferred type of baz :: p4 -> p3 -> p2 -> p1 -> p -> t
+ the inferred type of baz :: p -> p1 -> p2 -> p3 -> p4 -> t
at T12177.hs:5:1-37
• In the expression: _
In the expression: \ z -> _
In the expression: \ x -> \ z -> _
• Relevant bindings include
- z :: p (bound at T12177.hs:5:32)
- x :: p1 (bound at T12177.hs:5:26)
- y :: p3 (bound at T12177.hs:5:14)
- baz :: p4 -> p3 -> p2 -> p1 -> p -> t (bound at T12177.hs:5:1)
+ z :: p4 (bound at T12177.hs:5:32)
+ x :: p3 (bound at T12177.hs:5:26)
+ y :: p1 (bound at T12177.hs:5:14)
+ baz :: p -> p1 -> p2 -> p3 -> p4 -> t (bound at T12177.hs:5:1)