[project @ 1996-01-08 20:28:12 by partain]
[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