summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes/TH_bracket2.hs
blob: e903b673db44bedbd5d24ed52f3c4189fec47198 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE NoMonomorphismRestriction #-}
module TH_bracket2 where

d_show = [d| data A = A

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