[nhc-users] _apply1 and _apply2

Saswat Anand saswat@comp.nus.edu.sg
Thu, 11 Apr 2002 19:11:14 +0800 (GMT-8)


Hi,
  Could you explain when the compiler inserts _apply1 and _apply2.

As _apply2 f a b = _apply1 (_apply1 f a) b, how is _apply2 useful?

Thanks,
Saswat