packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/TH_bracket1.hs

{-# LANGUAGE TemplateHaskellQuotes #-}
-- 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 |]