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

class C (f :: * -> *) where
   type F (f :: *) :: *