summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11563.hs
blob: 5a04c84cf6b4c406f85eb685981433d6082f6d8a (plain)
1
2
3
4
5
6
{-# LANGUAGE Haskell2010 #-}
module T11563 where

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