Traversal

typealias Traversal<S, A> = PTraversal<S, S, A, A>(source)

Traversal is a type alias for PTraversal which fixes the type arguments and restricts the PTraversal to monomorphic updates.