summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoTH2.stderr
blob: 4f3bba90853b855e49963879762bf90df0c4aaf5 (plain)
1
2
3
4
5
6
7
8
9

ParserNoTH2.hs:1:5: 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 ‘$$’.

ParserNoTH2.hs:1:5: error:
    parse error on input ‘$$’
    Suggested fix: Perhaps you intended to use TemplateHaskell