[Haskell-cafe] Currying and Partial Evaluation

Neil Mitchell ndmitchell at gmail.com
Tue Jan 8 18:31:46 EST 2008


Hi

> Is currying in Haskell the same thing as Partial Evaluation (http://en.wikipedia.org/wiki/Partial_evaluation)?

No. See http://haskell.org/haskellwiki/Currying

> Am I getting partial evaluation for free just by using Haskell?

No. You can arrange certain things so you get some benefits, but thats
a more advanced topic.

Thanks

Neil


More information about the Haskell-Cafe mailing list