summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T18834b.stderr
blob: 9ec4f81bb47d471dc611d22bb08b79aefb0f1ea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

T18834b.hs:5:10: warning: [-Woperator-whitespace]
    The suffix use of a ‘+’ might be repurposed as special syntax
      by a future language extension.
    Suggested fix: add whitespace around it.

T18834b.hs:6:11: warning: [-Woperator-whitespace]
    The prefix use of a ‘+’ might be repurposed as special syntax
      by a future language extension.
    Suggested fix: add whitespace around it.

T18834b.hs:7:10: warning: [-Woperator-whitespace]
    The tight infix use of a ‘+’ might be repurposed as special syntax
      by a future language extension.
    Suggested fix: add whitespace around it.