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  6 days and 23 hours ago 41 main
conda 36.2 kB | noarch/r-curry-0.1.1-r44hc72bb7e_4.conda  6 days and 23 hours ago 41 main
conda 35.7 kB | noarch/r-curry-0.1.1-r44hc72bb7e_3.conda  1 year and 2 months ago 1038 main
conda 35.4 kB | noarch/r-curry-0.1.1-r43hc72bb7e_3.conda  1 year and 2 months ago 991 main
conda 35.7 kB | noarch/r-curry-0.1.1-r43hc72bb7e_2.conda  2 years and 3 months ago 1700 main
conda 35.4 kB | noarch/r-curry-0.1.1-r42hc72bb7e_2.conda  2 years and 3 months ago 2053 main
conda 35.6 kB | noarch/r-curry-0.1.1-r42hc72bb7e_1.tar.bz2  2 years and 11 months ago 1892 main
conda 35.5 kB | noarch/r-curry-0.1.1-r41hc72bb7e_1.tar.bz2  2 years and 11 months ago 1960 main
conda 34.6 kB | noarch/r-curry-0.1.1-r41hc72bb7e_0.tar.bz2  4 years and 4 months ago 2576 main
conda 34.6 kB | noarch/r-curry-0.1.1-r40hc72bb7e_0.tar.bz2  4 years and 4 months ago 2796 main
conda 34.6 kB | noarch/r-curry-0.1.1-r36hc72bb7e_0.tar.bz2  4 years and 4 months ago 2491 main

© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy