[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / deSugar / 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)