uncurried

/ˈʌnˌkjʊrɪd/

Definitions

1. adjective

not having been curried, especially (of a function in functional programming) not having been transformed into a form that can be called with a variable number of arguments

“The compiler failed to optimize the code because it was uncurried.”

2. noun

a function that has not been curried

“The uncurried function can be called with multiple arguments.”

3. verb

to remove the currying of a function, especially in functional programming

“The programmer had to uncurry the function before it could be used in the new program.”

Synonyms

  • partially applied function
  • uncurried function

Antonyms

  • curried function
  • fully applied function