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