We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d5a59ff
reduce() now forces arguments (#643).
reduce()
Fixed an issue in partial() with generic functions (#647).
partial()
negate() now works with generic functions and functions with early returns.
negate()
compose() now works with generic functions again (#629, #639). Its set of unit tests was expanded to cover many edge cases.
compose()