summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T14681.stderr
blob: 0a23fd14738f8030f1c0cf4977f52ec5b4b81364 (plain)
1
2
3
4
5
6
7
8
9
10
11
T14681.hs:7:2-32: Splicing declarations
    [d| f = \ (Identity x) -> x |] ======> f = \ (Identity x) -> x
T14681.hs:(8,2)-(9,63): Splicing declarations
    [d| g = $(pure
                $ VarE '(+) `AppE` LitE (IntegerL (- 1))
                    `AppE` (LitE (IntegerL (- 1)))) |]
    pending(rn) [<splice, pure
                            $ VarE '(+) `AppE` LitE (IntegerL (- 1))
                                `AppE` (LitE (IntegerL (- 1)))>]
  ======>
    g = ((+) (-1)) (-1)