arrow-optics / arrow.optics / Setter
typealias Setter<S, A> = PSetter<S, S, A, A>
typealias Setter<S, A> =
PSetter
<S, S, A, A>
Setter is a type alias for PSetter which fixes the type arguments and restricts the PSetter to monomorphic updates.
Do you like Arrow?