summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T8028a.hs
blob: 928a96e52c40300d1e21d2c717cdeefb67c514e1 (plain)
1
2
3
4
5
6
module T8028a where

import Language.Haskell.TH

x = do n <- newName "F"
       return [ClosedTypeFamilyD n [] Nothing []]