About Anaconda Help Download Anaconda

Partial application is the process of reducing the arity of a function by fixing one or more arguments, thus creating a new function lacking the fixed arguments. The curry package provides three different ways of performing partial function application by fixing arguments from either end of the argument list (currying and tail currying) or by fixing multiple named arguments (partial application). This package provides this functionality through the %<%, %-<%, and %><% operators which allows for a programming style comparable to modern functional languages. Compared to other implementations such a purrr::partial() the operators in curry composes functions with named arguments, aiding in autocomplete etc.

copied from cf-post-staging / r-curry
Type Size Name Uploaded Downloads Labels
conda 36.5 kB | noarch/r-curry-0.1.1-r45hc72bb7e_4.conda  7 months and 6 days ago 419 main
conda 36.2 kB | noarch/r-curry-0.1.1-r44hc72bb7e_4.conda  7 months and 6 days ago 440 main
conda 35.7 kB | noarch/r-curry-0.1.1-r44hc72bb7e_3.conda  1 year and 9 months ago 1398 main
conda 35.4 kB | noarch/r-curry-0.1.1-r43hc72bb7e_3.conda  1 year and 9 months ago 1347 main
conda 35.7 kB | noarch/r-curry-0.1.1-r43hc72bb7e_2.conda  2 years and 10 months ago 2035 main
conda 35.4 kB | noarch/r-curry-0.1.1-r42hc72bb7e_2.conda  2 years and 10 months ago 2421 main
conda 35.6 kB | noarch/r-curry-0.1.1-r42hc72bb7e_1.tar.bz2  3 years and 6 months ago 2227 main
conda 35.5 kB | noarch/r-curry-0.1.1-r41hc72bb7e_1.tar.bz2  3 years and 6 months ago 2394 main
conda 34.6 kB | noarch/r-curry-0.1.1-r41hc72bb7e_0.tar.bz2  4 years and 11 months ago 2906 main
conda 34.6 kB | noarch/r-curry-0.1.1-r40hc72bb7e_0.tar.bz2  4 years and 11 months ago 3193 main
conda 34.6 kB | noarch/r-curry-0.1.1-r36hc72bb7e_0.tar.bz2  4 years and 11 months ago 2841 main

© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.17) Legal | Privacy Policy