[project @ 1997-08-14 18:30:43 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / 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