lens-5.0.1: Lenses, Folds and Traversals
Copyright (C) 2012-16 Edward Kmett
License BSD-style (see the file LICENSE)
Maintainer Edward Kmett <ekmett@gmail.com>
Stability provisional
Portability portable
Safe Haskell Safe-Inferred
Language Haskell2010

Control.Seq.Lens

Description

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

Synopsis

Documentation

seqOf :: Getting ( Endo [a]) s a -> Strategy a -> Strategy s Source #

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

seqFoldable = seqOf folded