ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/TH_scope.1.hs
{-# LANGUAGE TemplateHaskellQuotes #-}
-- Test for Trac #2188
module TH_scope where
f g = [d| f :: Int
f = g
g :: Int
g = 4 |]
{-# LANGUAGE TemplateHaskellQuotes #-}
-- Test for Trac #2188
module TH_scope where
f g = [d| f :: Int
f = g
g :: Int
g = 4 |]