Prism

typealias Prism<S, A> = PPrism<S, S, A, A>(source)

Prism is a type alias for PPrism which fixes the type arguments and restricts the PPrism to monomorphic updates.