8.18
Useful Tacit function
(require tacit) | package: Tacit |
Useful functions
source code: https://github.com/lurry-m/tacit
1 Fork
syntax
(fork (first ...) second ...)
Returns the a unary function that applies the all the second arguments to the input and then the first arguments on the result.
Examples:
syntax
(fork2 (first ...) second ...)
Returns the a binary function that applies the all the second arguments to the input and then the first arguments on the result.