[project @ 1997-09-03 23:33:46 by sof]
[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