summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/T14289b.stdout
blob: e3d163aa867b5a82454dafe59c99260bdcd80400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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)
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:11:2-47: Splicing declarations
    [d| data Foo a
          = Foo a
          deriving (y `C` z) |]
  ======>
    data Foo a
      = Foo a
      deriving (C y z)