[Haskell-cafe] Currying: The Rationale

Philippa Cowderoy flippa at flippac.org
Wed May 23 12:39:45 EDT 2007


On Wed, 23 May 2007, Chad Scherrer wrote:

> Is (^2) really considered currying? As I understand it, this is
> syntactic sugar for a "section", and might confuse the issue a bit,
> since it's distinct from ((^) 2).

Sure, but it's (flip (^)) 2.

-- 
flippa at flippac.org

Sometimes you gotta fight fire with fire. Most
of the time you just get burnt worse though.


More information about the Haskell-Cafe mailing list