[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc044.hs
1 -- once produced a bug, here as regression test
2
3 module P where
4
5 f _ | otherwise = ()
6