lens-2.6: Lenses, Folds and Traversals

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

Control.Seq.Lens

Description

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

Synopsis

Documentation

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

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

seqFoldable = seqOf folded