summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T14289b.stdout
blob: 5c6e0f747441632360bd30ee686192d3b3240383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
T14289b.hs:11:2-47: Splicing declarations
    [d| data Foo a
          = Foo a
          deriving (y `C` z) |]
  ======>
    data Foo a
      = Foo a
      deriving (C y z)
T14289b.ppr.hs:(8,2)-(10,30): Splicing declarations
    [d| data Foo a
          = Foo a
          deriving (y `C` z) |]
  ======>
    data Foo a
      = Foo a
      deriving (C y z)