We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of fantasyland/fantasy-land#152 implement ChainRec specification.
MonadRec instance for Either in purescript might be usefull
I would create PR when have time.
The text was updated successfully, but these errors were encountered:
Thanks :)
I'll probably visit this after the 2.0 release. Tail recursion is something I feel people have particularly missed in Tasks.
Sorry, something went wrong.
Here is implementation for data.task with tests (it's not quite correct as it is not handling cleanup stuff but without that it works well)
Here i have implemented chainRec for IO, Future, Maybe, Either and Identity so we have work to adopt from
chainRec
Thanks for the references :)
No branches or pull requests
As of fantasyland/fantasy-land#152 implement ChainRec specification.
MonadRec instance for Either in purescript might be usefull
I would create PR when have time.
The text was updated successfully, but these errors were encountered: