summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T14817.stderr
blob: 034c9e3bed482ab1b2238c0b1d6d7514e3db254d (plain)
1
2
3
4
5
6
7
T14817.hs:(7,3)-(8,34): Splicing declarations
    [d| data family Foo :: Type
        
        data instance Foo :: Type |]
  ======>
    data family Foo :: Type
    data instance Foo :: Type