Skip to content

Commit 163fac5

Browse files
authored
Merge pull request #46 from Roxxik/patch-1
added traverseOf_ to the exports of Data.Lens.Fold
2 parents 9ad3b1f + 876283e commit 163fac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Data/Lens/Fold.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module Data.Lens.Fold
44
, (^..), toListOfOn
55
, preview, foldOf, foldMapOf, foldrOf, foldlOf, toListOf, firstOf, lastOf
66
, maximumOf, minimumOf, allOf, anyOf, andOf, orOf, elemOf, notElemOf, sumOf
7-
, productOf, lengthOf, findOf, sequenceOf_, has, hasn't, replicated, filtered
8-
, folded, unfolded
7+
, productOf, lengthOf, findOf, sequenceOf_, traverseOf_, has, hasn't
8+
, replicated, filtered, folded, unfolded
99
, ifoldMapOf, ifoldrOf, ifoldlOf, iallOf, ianyOf, itoListOf, itraverseOf_
1010
, module ExportTypes
1111
)

0 commit comments

Comments
 (0)