[project @ 1999-01-14 14:35:04 by simonm]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds007.hs
1 --!!! ds007 -- simple local bindings
2
3 module ShouldSucceed where
4
5 w = a where a = y
6             y = []