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