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 days and 3 hours ago 42 main
conda 36.2 kB | noarch/r-curry-0.1.1-r44hc72bb7e_4.conda  7 days and 3 hours ago 43 main
conda 35.7 kB | noarch/r-curry-0.1.1-r44hc72bb7e_3.conda  1 year and 2 months ago 1040 main
conda 35.4 kB | noarch/r-curry-0.1.1-r43hc72bb7e_3.conda  1 year and 2 months ago 992 main
conda 35.7 kB | noarch/r-curry-0.1.1-r43hc72bb7e_2.conda  2 years and 3 months ago 1702 main
conda 35.4 kB | noarch/r-curry-0.1.1-r42hc72bb7e_2.conda  2 years and 3 months ago 2056 main
conda 35.6 kB | noarch/r-curry-0.1.1-r42hc72bb7e_1.tar.bz2  2 years and 11 months ago 1894 main
conda 35.5 kB | noarch/r-curry-0.1.1-r41hc72bb7e_1.tar.bz2  2 years and 11 months ago 1962 main
conda 34.6 kB | noarch/r-curry-0.1.1-r41hc72bb7e_0.tar.bz2  4 years and 4 months ago 2577 main
conda 34.6 kB | noarch/r-curry-0.1.1-r40hc72bb7e_0.tar.bz2  4 years and 4 months ago 2797 main
conda 34.6 kB | noarch/r-curry-0.1.1-r36hc72bb7e_0.tar.bz2  4 years and 4 months ago 2492 main

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