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