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

T18834a.hs:6:10: warning: [-Woperator-whitespace-ext-conflict (in -Wdefault)]
    The prefix use of a ‘$’ would denote an untyped splice
      were the TemplateHaskell extension enabled.
    Suggested fix: add whitespace after the ‘$’.

T18834a.hs:7:10: warning: [-Woperator-whitespace-ext-conflict (in -Wdefault)]
    The prefix use of a ‘$$’ would denote a typed splice
      were the TemplateHaskell extension enabled.
    Suggested fix: add whitespace after the ‘$$’.

T18834a.hs:8:10: warning: [-Woperator-whitespace-ext-conflict (in -Wdefault)]
    The prefix use of a ‘%’ would denote a multiplicity annotation
      were the LinearTypes extension enabled.
    Suggested fix: add whitespace after the ‘%’.