
11 Apr
2011
11 Apr
'11
5:40 a.m.
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/70488for related material. Regards, Sean