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
Functor
This is possible with nightly rust with features. See https://www.fpcomplete.com/blog/monads-gats-nightly-rust/.
The text was updated successfully, but these errors were encountered:
That looks awesome !
Sorry, something went wrong.
GATs are coming with rust 1.65 🥳 https://releases.rs/docs/unreleased/1.65.0/
Well, so functors are now possible in stable rust.. aren't they?
https://www.rustexplorer.com/b/90nk7p Is this how you implement functors?
No branches or pull requests
This is possible with nightly rust with features. See https://www.fpcomplete.com/blog/monads-gats-nightly-rust/.
The text was updated successfully, but these errors were encountered: