[project @ 1997-07-26 23:33:04 by sof]
[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) = []