summaryrefslogtreecommitdiff
path: root/ghc/compiler/tests/deSugar/ds030.hs
blob: 7abc4d82e02d55df495d395b432cb92d43f558c3 (plain)
1
2
3
4
5
--!!! ds030: checks that types substituted into binders
--
module Test where

f x = case x of [] -> (3::Int) ; _ -> (4::Int)