list

fun <A> list(): Fold<List<A>, A>

Traversal for List that focuses in each A of the source List.