1 2 3 4 5 6
{-# LANGUAGE PolyKinds, TypeFamilies #-} module T15743b where class C (a :: k) where type F a (b :: k2)