This release brings three new function generators:
echo(_:)
- A newecho
function which creates and returns a function which only ever returns the value you gave theecho
functionconstant(_:)
- Two functions which always return the same value: one just like the aboveecho
function (purely alias for clarity), and one which creates a non-transformer which ignores its input always returns the same value!
- Creates a function which simply inverts the output of the function after the exclamation point
See the Readme for examples!
Patch Changes
- 1.2.4
- #13: Made the
curry
functionpublic
- #13: Made the
- 1.2.3
- Added a dynamic library product whose name is a valid bundle identifier
- Deprecated previous dynamic library product because its name caused problems when submitting to the App Store
- 1.2.2
- Added alternative dynamic library product
- 1.2.1
- Added dual licenses