summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5737.hs
blob: 1458c78517dd30f929640ef966f670188443528d (plain)
1
2
3
4
5
{-# LANGUAGE TemplateHaskell #-}
module T5737 where

import Language.Haskell.TH
makeAlpha n = [d| data Alpha = Alpha $(conT n) deriving (Show, Read) |]