1 2 3 4 5 6
{-# LANGUAGE PolyKinds, TypeFamilies, ScopedTypeVariables #-} module T9264 where class C (a :: k) where type F (a :: k) type F (a :: k) = Int