[Haskell-beginners] Pointfree expeiments
Ozgur Akgun
ozgurakgun at gmail.com
Thu Nov 25 06:14:41 EST 2010
I don't know whether this is related or not, but I have the following
somewhere in my code:
-- the following is apparently eqivalent to (\ i -> foo (bar i) i).
-- pointfree suggests so. i don't understand why.
(foo =<< bar)
Is this a similar situation?
--
Ozgur Akgun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/beginners/attachments/20101125/550c337a/attachment.html
More information about the Beginners
mailing list