diff options
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail24.stderr')
-rw-r--r-- | testsuite/tests/backpack/should_fail/bkpfail24.stderr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail24.stderr b/testsuite/tests/backpack/should_fail/bkpfail24.stderr index 558b5fc97f..aa33539757 100644 --- a/testsuite/tests/backpack/should_fail/bkpfail24.stderr +++ b/testsuite/tests/backpack/should_fail/bkpfail24.stderr @@ -1,9 +1,9 @@ [1 of 1] Processing p - [1 of 3] Compiling H1[sig] ( p/H1.hsig, nothing ) - [2 of 3] Compiling H2[sig] ( p/H2.hsig, nothing ) - [3 of 3] Compiling M ( p/M.hs, nothing ) + [1 of 3] Compiling H1[sig] ( p\H1.hsig, nothing ) + [2 of 3] Compiling H2[sig] ( p\H2.hsig, nothing ) + [3 of 3] Compiling M ( p\M.hs, nothing ) -bkpfail24.bkp:14:15: error: +bkpfail24.bkp:14:15: error: [GHC-25897] • Could not deduce ‘a ~ b’ from the context: {H1.T} ~ {H2.T} bound by the type signature for: @@ -23,7 +23,7 @@ bkpfail24.bkp:14:15: error: x :: a (bound at bkpfail24.bkp:14:11) f :: a -> b (bound at bkpfail24.bkp:14:9) -bkpfail24.bkp:19:15: error: +bkpfail24.bkp:19:15: error: [GHC-83865] • Couldn't match expected type ‘{H2.T}’ with actual type ‘{H1.T}’ NB: ‘{H2.T}’ is defined at bkpfail24.bkp:6:9-14 ‘{H1.T}’ is defined at bkpfail24.bkp:4:9-14 |