Iso

typealias Iso<S, A> = PIso<S, S, A, A>(source)

Iso is a type alias for PIso which fixes the type arguments and restricts the PIso to monomorphic updates.