packages feed

ghc-exactprint-0.5.7.0: tests/examples/ghc86/TH_bracket2.hs

{-# LANGUAGE TemplateHaskell #-}
module TH_bracket2 where

d_show = [d| data A = A

             instance Show A  where
                 show _ = "A"
         |]