summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T13781.hs
blob: 7498f56bae30a7034cc6e18482fc11de82f11283 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeInType #-}
module T13781 where

import Data.Kind
import Data.Proxy

$([d| f :: Proxy (a :: (k :: Type))
      f = Proxy
    |])