| Copyright | (C) 2012-16 Edward Kmett | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Edward Kmett <[email protected]> | 
| Stability | provisional | 
| Portability | portable | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Control.Seq.Lens
Description
A ReifiedFold can be used to take the role of Foldable in Control.Seq.
Documentation
seqOf :: Getting (Endo [a]) s a -> Strategy a -> Strategy s Source #
Evaluate the elements targeted by a ReifiedLens, ReifiedTraversal, ReifiedIso,
 ReifiedGetter or ReifiedFold according to the given strategy.
seqFoldable=seqOffolded