The Uncarved Blog: Partial Function Application is not Currying

11th June 2009 0:55:55 by Richard Bennett

http://www.uncarved.com/blog/not_currying.mrk

Often you will see in computer books and articles a pattern where a function is applied to some but not all of it's required arguments, resulting in a function of fewer arguments. [..] This is called "partial function application"