`fun <A, B> merge(op1:Eval<A>, Eval&lt...
# arrow
r
fun <A, B> merge(op1:Eval<A>, Eval<B>): Eval<Tuple2<A,B>> = Eval.applicative().tupled(op1, op2)