packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/TH_scope.2.hs

-- Test for #2188
{-# LANGUAGE TemplateHaskellQuotes #-}

module TH_scope where

f g = [d| f :: Int
          f = g
          g :: Int
          g = 4 |]