summaryrefslogtreecommitdiff
path: root/testdata/typesigctx.reject.lc
blob: 4002bb575d93a1a300eaa2358b603ed9a9a53a71 (plain)
1
2
3
4
5
6
7
8
data X = X

class Show' a where show' :: a -> X

show'' :: X
show'' = show'