-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ifolded
and imapped
#146
Comments
twhitehead
added a commit
to twhitehead/purescript-profunctor-lenses
that referenced
this issue
Aug 29, 2024
twhitehead
added a commit
to twhitehead/purescript-profunctor-lenses
that referenced
this issue
Aug 29, 2024
twhitehead
added a commit
to twhitehead/purescript-profunctor-lenses
that referenced
this issue
Aug 29, 2024
twhitehead
added a commit
to twhitehead/purescript-profunctor-lenses
that referenced
this issue
Aug 29, 2024
Just stumbled across the fact that, while both Not a big deal as, for profunctor lenses, it is just technically
Still maybe a good idea to throw it in for completeness? Saves a few brain cycles when you reach for it and realize it isn't there. 😀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library has
itraversed
to give anIndexedTraversal
for anyTraversableWithIndex
.It would be also nice to have
ifolded
andimapped
to give anIndexedSetter
for anyFunctorWithIndex
and anIndexedFold
for anyFoldableWithIndex
.This would introduce no additional dependencies as both
FoldableWithIndex
andFunctorWithIndex
are defined in the foldable-traversable package that is already depended on forTraversableWithIndex
.I'll submit a pull request shortly.
The text was updated successfully, but these errors were encountered: