ea4cb74675cd37584df9192188e4dd1be8439f2a
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc073.hs
1
2 module ShouldSucc where
3
4 f [] = []
5 f (x:xs) = x : (f xs)