Closed mainej closed 1 year ago
The first patch fixes a problem with compose. If you compose two functions, where the first had variadic arguments (or 3 or more arguments), the resulting function never returned anything. This was breaking tee.
compose
tee
The second patch is just a clean up.
The first patch fixes a problem with
compose
. If you compose two functions, where the first had variadic arguments (or 3 or more arguments), the resulting function never returned anything. This was breakingtee
.The second patch is just a clean up.