ghc-exactprint-0.5.3.1: tests/examples/ghc80/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"
|]