[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds023.hs
1 -- !!! ds023 -- overloading eg from section 9.2
2 --
3 module ShouldCompile where
4
5 f x     = g (x == x) x
6 g b x   = abs (f x)
7 --g b x = (f x) + (f x)