@hackage multicurryable0.1.1.0
Uncurry functions with multiple arguments.
Categories
License
BSD-3-Clause
Maintainer
diaz_carrete@yahoo.com
Links
Versions
Installation
Dependencies (2)
Dependents (1)
@hackage/cauldron
This library provides a version of "uncurry" which takes a function of multiple arguments and stores the arguments into an n-ary product from "sop-core". The first non-function type encountered in the signature is considered the "end of the function".
This library also provides a way of reassociating a sequence of nested Eithers, so that the innermost Rigth value floats to the top-level Right branch.