blob: 56fffbd525a5476a2ab3302a144544f9c57875c3 (
plain)
1
2
3
4
5
6
7
8
9
|
ParserNoTH1.hs:1:5: 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 ‘$’.
ParserNoTH1.hs:1:5: error:
parse error on input ‘$’
Suggested fix: Perhaps you intended to use TemplateHaskell
|