1 2 3 4 5 6 7 8
{-# LANGUAGE DataKinds, NoPolyKinds #-} module T11334b where import Data.Functor.Compose import Data.Proxy p = Proxy :: Proxy 'Compose