[project @ 1997-07-30 23:52:45 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc073.hs
1
2 module ShouldSucc where
3
4 f [] = []
5 f (x:xs) = x : (f xs)