[project @ 1999-01-15 10:49:05 by sof]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds023.hs
1 -- !!! ds023 -- overloading eg from section 9.2
2 --
3 module Tests where
4
5 f x     = g (x == x) x
6 g b x   = abs (f x)
7 --g b x = (f x) + (f x)