7abc4d82e02d55df495d395b432cb92d43f558c3
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / ds030.hs
1 --!!! ds030: checks that types substituted into binders
2 --
3 module Test where
4
5 f x = case x of [] -> (3::Int) ; _ -> (4::Int)