diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-07 15:02:40 -0800 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-02-12 19:14:52 -0800 |
commit | 8e9ad240a9345527fc0635b89cc39b4d73b08e03 (patch) | |
tree | 0b59844d22acec6cc17ae2cd1a462dfc0c4071c6 /testsuite/tests/backpack/should_fail/bkpfail38.stderr | |
parent | a4ccd330273ccfd136481ee82ae9495f5dd5f146 (diff) | |
download | haskell-8e9ad240a9345527fc0635b89cc39b4d73b08e03.tar.gz |
Setup more error context for Backpack operations.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Test Plan: validate
Reviewers: bgamari, simonpj, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D3101
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 |