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

Deprecate fmap(walk, f, x, ys...) for simpler runwalk function #64

Closed
wants to merge 2 commits into from

Conversation

gaurav-arya
Copy link
Contributor

@gaurav-arya gaurav-arya commented Jan 19, 2023

The new structure avoids the need for a recursive closure. Resolves #62

Other than the deprecation, this should not be breaking according to the public API (and tests pass unchanged), although it should definitely be checked in practice.

The new structure avoids the need for a recursive closure
@gaurav-arya gaurav-arya force-pushed the ag-runwalk branch 2 times, most recently from da33115 to cc92281 Compare January 19, 2023 10:32
@gaurav-arya
Copy link
Contributor Author

gaurav-arya commented Jan 19, 2023

Ack, this is probably breaking too due to the change in how recurse is used.

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.

fmap API that accepts an arbitrary walk does not use function f
1 participant