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 a short-circuiting implementation of foldLeftM #1

Merged

Conversation

ceedubs
Copy link

@ceedubs ceedubs commented Jun 3, 2016

I don't like the Eval.value calls, but I don't know of a way around
them. The unit tests suggest that they aren't a problem due to the
nature of Free.runTailRec and FlatMapRec.tailRecM.

I don't like the Eval.value calls, but I don't know of a way around
them. The unit tests suggest that they aren't a problem due to the
nature of `Free.runTailRec` and `FlatMapRec.tailRecM`.
@non non merged commit f7567d8 into non:topic/free-additions-cleanup Jun 3, 2016
non pushed a commit that referenced this pull request Aug 22, 2016
non pushed a commit that referenced this pull request Sep 2, 2016
Use instance hierarchy for WriterT group instances
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.

2 participants