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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to