summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail034.hs
blob: 25d918947272ee72edefc26c2f8832e7ec2dcda2 (plain)
1
2
3
4
-- !!! qualified names aren't allowed in local binds either
-- (Haskell 98 (revised) section 5.5.1)
module M where
g x = let M.y = x + 1 in M.y