summaryrefslogtreecommitdiff
path: root/testsuite/tests/quotes/TH_scope.hs
blob: 34caa586ffd26a4a3a6505b7223b28382b99962a (plain)
1
2
3
4
5
6
7
8
-- Test for #2188

module TH_scope where

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