summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5508.stderr
blob: 7000204913f7cb3fafcc6d05c80a7c13a83be775 (plain)
1
2
3
4
5
6
7
T5508.hs:(7,9)-(9,28): Splicing expression
    do let x = mkName "x"
           v = return (LamE [VarP x] $ VarE x)
       [| $v . id |]
       pending(rn) [<splice, v>]
  ======>
    ((\ x -> x) . id)