-
Notifications
You must be signed in to change notification settings - Fork 23
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
Patch the standard library to make use of concepts like Iterable and Indexable #50
Comments
Should we add a concept for Deferring to @mratsim 's suggestion here I would suggest |
IMO the best is instead for
that should be done in a different module to avoid confusion; RFC to come later. |
This RFC is stale because it has been open for 1095 days with no activity. Contribute a fix or comment on the issue, or it will be closed in 7 days. |
Since now we have a |
Once the most pressing
concept
bugs are fixed, the stdlib should make use of them. Especially the conceptsIterable
andIndexable
should be introduced and used in the standard library, in particular in the modulessequtils
andalgorithm
for a start.Suggestion:
The text was updated successfully, but these errors were encountered: