summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T17804.stderr
blob: 6a18945635914537d815b085688f6aa27154d34f (plain)
1
2
3
4
5
6
7
8
9
10

T17804.hs:8:17: warning: [-Wimplicit-lift]
    • The variable ‘x’ is implicitly lifted in the TH quotation
    • In the Template Haskell quotation [| x |]

T17804.hs:11:18: warning: [-Wimplicit-lift]
    • The variable ‘x’ is implicitly lifted in the TH quotation
    • In the Template Haskell quotation [|| x ||]
      In the expression: [|| x ||]
      In an equation for ‘warning2’: warning2 x = [|| x ||]