[project @ 2001-03-29 14:09:14 by simonmar]
[ghc-hetmet.git] / ghc / tests / etc / wdp-otherwise.hs
1 -- this is legal, I think (WDP)
2
3 module Confused where
4
5 import Prelude hiding (otherwise)
6
7 otherwise = False
8
9 f x | otherwise = 1
10
11 g otherwise | otherwise = 2