[Haskell-cafe] Is 'flip' really necessary?

Yves Parès limestrael at gmail.com
Tue Jul 27 03:55:34 EDT 2010


(??) is misleading, some may be tempted to write things like: func ?? 45 ??
x , forgetting that ?? is just a mere operator, not a syntactic convenience.
Unfortunately, Haskell doesn't provide Scala's underscore for partially
applied functions: func(56, _, "foo", _)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100727/32c09a64/attachment.html


More information about the Haskell-Cafe mailing list