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