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 *WithIndex instances #12

Merged
merged 7 commits into from
Jan 17, 2020
Merged

Add *WithIndex instances #12

merged 7 commits into from
Jan 17, 2020

Conversation

JBetz
Copy link
Contributor

@JBetz JBetz commented Jan 16, 2020

These were added in reflex for reflex-frp/reflex#371, need to relocate them here.

Copy link
Contributor

@xplat xplat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Might want to do the indexed traversals as _Wrapped .> itraverse <. traverse or so but the difference is not huge.

@Ericson2314 Ericson2314 merged commit da266c5 into develop Jan 17, 2020
@Ericson2314
Copy link
Member

@xplat

I can do itraversed = _Wrapped .> itraversed <. traversed, but then I still need to write itraverse = ... itraversed ... and I don't know how to do that.

@Ericson2314
Copy link
Member

itraverse = itraversed . Indexed nevermind!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants