a15c464d38ee7d13638e11bcd53c2953ff903584
[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)