list

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

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