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 11 hours ago 39 main
conda 36.2 kB | noarch/r-curry-0.1.1-r44hc72bb7e_4.conda  6 days and 11 hours ago 40 main
conda 35.7 kB | noarch/r-curry-0.1.1-r44hc72bb7e_3.conda  1 year and 2 months ago 1036 main
conda 35.4 kB | noarch/r-curry-0.1.1-r43hc72bb7e_3.conda  1 year and 2 months ago 990 main
conda 35.7 kB | noarch/r-curry-0.1.1-r43hc72bb7e_2.conda  2 years and 3 months ago 1699 main
conda 35.4 kB | noarch/r-curry-0.1.1-r42hc72bb7e_2.conda  2 years and 3 months ago 2051 main
conda 35.6 kB | noarch/r-curry-0.1.1-r42hc72bb7e_1.tar.bz2  2 years and 11 months ago 1890 main
conda 35.5 kB | noarch/r-curry-0.1.1-r41hc72bb7e_1.tar.bz2  2 years and 11 months ago 1958 main
conda 34.6 kB | noarch/r-curry-0.1.1-r41hc72bb7e_0.tar.bz2  4 years and 4 months ago 2574 main
conda 34.6 kB | noarch/r-curry-0.1.1-r40hc72bb7e_0.tar.bz2  4 years and 4 months ago 2794 main
conda 34.6 kB | noarch/r-curry-0.1.1-r36hc72bb7e_0.tar.bz2  4 years and 4 months ago 2489 main

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