
23 Apr
2008
23 Apr
'08
6:43 p.m.
On Thu, Apr 24, 2008 at 12:21:26AM +0200, Niklas Broberg wrote:
I'm very suspicious about the power/weight ratio of this change. Normally, for simple value-level stuff like this, provide both options:
mapM / forM. =<< >>=
So how about, rather than break things, just provide an alternative to ($).
Alright, I'm not sure what the proper channel for doing this is,
Please see http://www.haskell.org/haskellwiki/Library_submissions
f $$ x = f x
Note that this clashes with Text.PrettyPrint (which doesn't necessarily mean it shouldn't be used anyway). Thanks Ian