Module naan::fun

source ·
Expand description

Functions

Modules

  • Function composition
  • Currying functions with 2 arguments
  • Currying functions with 3 arguments

Structs

  • Type-level marker indicating that the curried function has been applied with this argument
  • Type-level marker indicating that the curried function has not been applied with this argument

Traits

  • A function that accepts 1 argument and can be called any number of times.
  • A function that accepts 1 argument and can be called at most once.
  • A function that accepts 2 arguments and can be called any number of times.
  • A function that accepts 2 arguments and can be called at most once.
  • A function that accepts 3 arguments and can be called any number of times.
  • A function that accepts 3 arguments and can be called at most once.

Functions

Type Definitions