[project @ 1997-08-14 18:27:10 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc044.hs
1 -- once produced a bug, here as regression test
2
3 module P where
4
5 f _ | otherwise = ()
6