[project @ 1997-06-05 21:32:42 by sof]
[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) = []