evolve, but for tuples
// NOTE: Ramda repl console.clear() const evolveArray = zipWith(call); console.log( evolveArray([identity, toUpper])(['foo', 'bar']) )