We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ad3b1f + 876283e commit 163fac5Copy full SHA for 163fac5
src/Data/Lens/Fold.purs
@@ -4,8 +4,8 @@ module Data.Lens.Fold
4
, (^..), toListOfOn
5
, preview, foldOf, foldMapOf, foldrOf, foldlOf, toListOf, firstOf, lastOf
6
, maximumOf, minimumOf, allOf, anyOf, andOf, orOf, elemOf, notElemOf, sumOf
7
- , productOf, lengthOf, findOf, sequenceOf_, has, hasn't, replicated, filtered
8
- , folded, unfolded
+ , productOf, lengthOf, findOf, sequenceOf_, traverseOf_, has, hasn't
+ , replicated, filtered, folded, unfolded
9
, ifoldMapOf, ifoldrOf, ifoldlOf, iallOf, ianyOf, itoListOf, itraverseOf_
10
, module ExportTypes
11
)
0 commit comments