1 2 3 4 5 6 7
{-# LANGUAGE TypeFamilies #-} module T5417a where import Data.Kind (Type) class C1 a where data F a :: Type