1 2 3 4 5 6 7 8 9 10
{-# LANGUAGE TemplateHaskell #-} {-# LANGUAGE PolyKinds #-} module T13781 where import Data.Kind import Data.Proxy $([d| f :: Proxy (a :: (k :: Type)) f = Proxy |])