[project @ 1996-01-08 20:28:12 by partain]
[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)