ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/TH_bracket2.hs
{-# LANGUAGE TemplateHaskell #-}
module TH_bracket2 where
d_show = [d| data A = A
instance Show A where
show _ = "A"
|]
{-# LANGUAGE TemplateHaskell #-}
module TH_bracket2 where
d_show = [d| data A = A
instance Show A where
show _ = "A"
|]