
22 Nov
2007
22 Nov
'07
11:59 a.m.
On Thu, Nov 22, 2007 at 12:49:16PM +0100, Henning Thielemann wrote:
I noticed that I frequently use (flip runReader, flip evalState) for point-free programming. What was the reason to choose the current order? What is the experience of other programmers?
The flipped versions are also useful for pointy programming when the action is a large do-expression.