I started looking at updating the kotest arrow ext...
# arrow
e
I started looking at updating the kotest arrow extension to Arrow v2. I had some issues with
compose
function being gone, is there any replacement?
y
I believe those are in some extras module. One sec...
e
arrow.optics.Setter
was removed? 🙂
y
Seems like it was simplified down in this issue. Theoretically,
Traversal
should do the trick for you
a
thanks for taking the time to update Kotest to Arrow v2, @Emil Kantis 🙂
👀 1