diff options
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail38.stderr')
-rw-r--r-- | testsuite/tests/backpack/should_fail/bkpfail38.stderr | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail38.stderr b/testsuite/tests/backpack/should_fail/bkpfail38.stderr index 7a8888cc47..df4a1d0483 100644 --- a/testsuite/tests/backpack/should_fail/bkpfail38.stderr +++ b/testsuite/tests/backpack/should_fail/bkpfail38.stderr @@ -6,7 +6,11 @@ [1 of 1] Compiling A[sig] ( r/A.hsig, nothing ) bkpfail38.bkp:8:9: error: - Identifier ‘op’ has conflicting fixities in the module - and its hsig file - Main module: infixr 4 - Hsig file: infixr 6 + • Identifier ‘op’ has conflicting fixities in the module + and its hsig file + Main module: infixr 4 + Hsig file: infixr 6 + • while merging the signatures from: + • p[A=<A>]:A + • q[A=<A>]:A + • ...and the local signature for A |