summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_bracket2.hs
blob: 2b06b9eecb87e6cdf418f071514b52ea26fcc026 (plain)
1
2
3
4
5
6
7
module TH_bracket2 where

d_show = [d| data A = A

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