ghc-exactprint-0.5.0.0: tests/examples/ghc8/TH_bracket2.hs
module TH_bracket2 where
d_show = [d| data A = A
instance Show A where
show _ = "A"
|]
module TH_bracket2 where
d_show = [d| data A = A
instance Show A where
show _ = "A"
|]