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.
1 parent 9ad3b1f commit 876283eCopy full SHA for 876283e
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