-
Notifications
You must be signed in to change notification settings - Fork 131
feat: add finite and well-founded streams #1331
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
base: main
Are you sure you want to change the base?
Conversation
|
Mathlib CI status (docs):
|
It appears that foldlM is not tail recursive.
|
Could you explain how this relates to the core iterators? What is the use case that is not being filled by those? |
7e1a97d to
a325f01
Compare
The connection with iterators was in a follow-up PR #1372. I've closed that one and merged with this one.
The main purpose is to help people port their stream-based code to iterator-based code. |
Add classes for provably finite streams and connect streams with standard library iterators.