1 2 3 4 5
{-# LANGUAGE DataKinds, PolyKinds #-} module T14209 where data MyProxy k (a :: k) = MyProxy data Foo (z :: MyProxy k (a :: k))