arrow-optics / arrow.optics / PIso / modifyF
open fun <F> modifyF(FF: Functor<F>, s: S, f: (A) -> Kind<F, B>): Kind<F, T>
Modify polymorphically the target of a PIso with a Functor function
Do you like Arrow?