summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T21547A.hs
blob: 19b47f8987c73beb00114784b0e6311543c24cf2 (plain)
1
2
3
4
5
6
7
8
9
module T21547A where

import Data.Typeable
import Language.Haskell.TH

foo :: Typeable a => Code Q a -> Code Q ()
foo = undefined

data F a = F a deriving (Show)