summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T7276.stderr
blob: 157d731c93af333940421a134bed3eb45b010c0e (plain)
1
2
3
4
5
6
7
8

T7276.hs:6:8:
    Couldn't match type ‘[Language.Haskell.TH.Syntax.Dec]’
                   with ‘Language.Haskell.TH.Syntax.Exp’
    Expected type: Language.Haskell.TH.Lib.ExpQ
      Actual type: Language.Haskell.TH.Lib.DecsQ
    In the expression: [d| y = 3 |]
    In the untyped splice: $([d| y = 3 |])