summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_compile/Tc245_A.hs
blob: 6b0311872328f3c8fba5eaf3e574c0d6d63b573e (plain)
1
2
3
4
5

{-# LANGUAGE TypeFamilies #-}
module Tc245_A where
class Foo a where
    data Bar a :: * -> *