Skip to content
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

Function allowing to traverse with key #127

Closed
kapranov-anton opened this issue Jan 27, 2020 · 0 comments · Fixed by #133
Closed

Function allowing to traverse with key #127

kapranov-anton opened this issue Jan 27, 2020 · 0 comments · Fixed by #133
Labels
good first issue Good for newcomers

Comments

@kapranov-anton
Copy link

It would be nice to have something like:

traverseKey(f: A => F[B]): F[(A, B])
traverseFilterKey(f: A => F[Option[B]]): F[(A, B)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants