Lens

typealias Lens<S, A> = PLens<S, S, A, A>(source)

Lens is a type alias for PLens which fixes the type arguments and restricts the PLens to monomorphic updates.