[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / 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