summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T18834b.stderr
blob: 4dc54cfb26b58b6cf047e34ce7a7a5b107c654f1 (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 ‘+’.

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 ‘+’.

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 ‘+’.