Module naan::fun::curry3

source ·
Expand description

Currying functions with 3 arguments

Structs

  • A curried function that accepts 2 arguments

Type Definitions

  • A curried function that accepts 3 arguments and has not been called with either.
  • A curried function that accepts 3 arguments and has been called with the first argument.
  • A curried function that accepts 3 arguments and has been called with the first & second arguments.