summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T13781.hs
blob: 2fd2f1a3d419cae8ab8a61f2e575d6b625a4eacc (plain)
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
    |])