Closed runarorama closed 4 years ago
Cool to see fix
in Unison! (I tried to figure it out back in November, and I think I gave up.)
Minor: the names of the fix
examples should replace "fib" with "fac" or "factorial" (both examples compute 7!
rather than a Fibonacci value).
@anovstrup Thanks for the correction! Updated with a fix, as it were.
@runarorama great!
@aryairani would you like to take a crack at reviewing and merging this one? It LGTM, I don’t even have any bikeshedding comments.
Great, merged in Unison hash: #paot3nh9k1
Adds a number of higher-order combinators on functions:
curry
/uncurry
flip
fix
on
Includes example use cases in docs.
Code review
The changes summarized below are available for you to review, using the following command:
Added definitions:
The changes summarized below are available for you to review, using the following command:
Added definitions: