lens-3.0.6: Lenses, Folds and Traversals

Portabilityportable
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellSafe-Inferred

Control.Seq.Lens

Description

A Fold can be used to take the role of Foldable in Control.Seq

Synopsis

Documentation

seqOf :: Getting [c] a b c d -> Strategy c -> Strategy aSource

Evaluate the elements targeted by a Lens, Traversal, Iso, Getter or Fold according to the given strategy.

seqFoldable = seqOf folded