packages feed

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

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

module TH_scope where

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