[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn002.hs
1 --!!! split definition of f (error)
2 f [] = []
3 g x = x
4 f (x:xs) = []