summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11563.hs
blob: 83992da92b60a10e11a5a348fd37605d138621ee (plain)
1
2
3
4
5
module T11563 where

data T a = MkT
class C t
instance C s => C T