packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/TH_bracket2.1.hs

{-# LANGUAGE TemplateHaskellQuotes #-}
module TH_bracket2 where

d_show = [d| data A = A

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