Prelude> let h x y = (g 0 (f x y))

How to do pointfree definition of h?

See the thread http://thread.gmane.org/gmane.comp.lang.haskell.cafe/70488 for related material.

Regards,
Sean