Setter

typealias Setter<S, A> = PSetter<S, S, A, A>(source)

Setter is a type alias for PSetter which fixes the type arguments and restricts the PSetter to monomorphic updates.