6 results for “topic:uncurry”
Provides strongly typed extensions methods for C# delegates to take advantages of functional programming techniques, like currying and partial application.
Transform a curried function into a function invoked with multiple arguments.
Curry and Partial Application for C# functions and actions.
Transform a curried function into a function invoked with multiple arguments.
Functions and effects, from 0- to 32-parameters, which support curried and uncurried forms; partial application of arguments; reversed parameters; function composition; identity functions; constant functions; and no-op effects.
A package that helps you uncurry curried functions for performance boost.