summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod169.hs
blob: 521da07a397454c7cc4a78ae3bbcb7c900ea3e1d (plain)
1
2
3
4
5
-- !!! Non-clashing local binding and occurrence.
module M where

m :: Int
m = let length _ = 5 in length []