[project @ 2000-07-07 11:03:57 by simonmar]
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail003.hs
1 -- !!! split definition of f (error)
2 f [] = []
3 g x = x
4 f (x:xs) = []