diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T11192.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_compile/T11192.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T11192.stderr b/testsuite/tests/partial-sigs/should_compile/T11192.stderr index 8030276206..6cfbe62628 100644 --- a/testsuite/tests/partial-sigs/should_compile/T11192.stderr +++ b/testsuite/tests/partial-sigs/should_compile/T11192.stderr @@ -19,9 +19,9 @@ T11192.hs:7:14: warning: [-Wpartial-type-signatures (in -Wdefault)] • Relevant bindings include fails :: a (bound at T11192.hs:6:1) T11192.hs:13:14: warning: [-Wpartial-type-signatures (in -Wdefault)] - • Found type wildcard ‘_’ standing for ‘p -> p1 -> p1’ - Where: ‘p’, ‘p1’ are rigid type variables bound by - the inferred type of go :: p -> p1 -> p1 + • Found type wildcard ‘_’ standing for ‘p1 -> p2 -> p2’ + Where: ‘p1’, ‘p2’ are rigid type variables bound by + the inferred type of go :: p1 -> p2 -> p2 at T11192.hs:14:8-17 • In the type signature: go :: _ In the expression: |