summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T20590.stderr
blob: 9d06f592a598af1632563ec84a12d22a8094f60d (plain)
1
2
3
4
T20590.hs:(6,2)-(8,7): Splicing declarations
    [d| data T where MkT :: forall a. a -> T |]
  ======>
    data T where MkT :: forall a. a -> T