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