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

Add traverseKey/traverseKeyFilter operations #133

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

sigevsky
Copy link
Contributor

@sigevsky sigevsky commented Feb 3, 2020

Im not sure how one can achieve following signature from issue: traverseKey(f: A => F[B]): F[(A, B)] since Traverse embeds T[_] inside F[_], so I did it for traverseKey(f: A => F[B]): F[T[(A, B)]]
Resolves #127

@Odomontois Odomontois merged commit 7faf3d0 into tofu-tf:master Feb 4, 2020
@Odomontois Odomontois added the enhancement New feature or request label Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function allowing to traverse with key
2 participants