ghc-exactprint-0.5.0.0: tests/examples/ghc8/TH_bracket1.hs
-- Check that declarations in a bracket shadow the top-level -- declarations, rather than clashing with them. module TH_bracket1 where foo = 1 bar = [d| foo = 1 |]
-- Check that declarations in a bracket shadow the top-level -- declarations, rather than clashing with them. module TH_bracket1 where foo = 1 bar = [d| foo = 1 |]