#
cp.fn
A collection of functions that are useful for working with functions. Heavily inspired by Point-Free's Overture library for Swift.
In general, the functions in this module come in two categories:
- Functions which perform an action directly.
- Functions which return a new function.
The second category of functions are called "combinators". A combinator is a function that returns a new function, often with configuration parameters passed in.
#
Submodules
#
API Overview
Functions - API calls offered directly by the extension
all any call chain compare compose constant curry debug flip fork identity ifilter none over pipe prefix reduce resolve set uncurry with