I’m quite sure the inference will be happy with th...
# arrow
p
I’m quite sure the inference will be happy with that
s
The simplification didn't work. Inference couldn't figure it out. Also, the
zipper
takes 3 params while the `map`'s lambda has one parameter, a
Tuple3
.
p
.map<A, B, C, R>(ea, eb, ec) { (a, b, c) -> zipper(a, b, c) } ???
maybe that then
👍 1