ghc-exactprint-0.5.3.1: tests/examples/ghc80/T10819_Lib.hs
module T10819_Lib where
import Language.Haskell.TH.Syntax
doSomeTH s tp drv = return [NewtypeD [] n [] Nothing (NormalC n
[(Bang NoSourceUnpackedness NoSourceStrictness, ConT tp)]) drv]
where n = mkName s