summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T15331.hs
blob: 0b0a076d9f70a4b0eb1ada0dd9963d0ce3f86ef0 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
module T15331 where

import Data.Proxy

$([d| f :: Proxy (Int -> Int)
      f = Proxy @(Int -> Int)
    |])