b14cc6e5267a1bd60a3a137a87f3eaf23fd3fd61
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds015.hs
1 -- !!! ds015 -- lambdas
2 --
3 module Tests where
4
5 f x = ( \ x -> x ) x
6
7 g x y = ( \ x y -> y x ) ( \ x -> x ) x
8
9 h x y = ( \ (x:xs) -> x ) x