batteries icon indicating copy to clipboard operation
batteries copied to clipboard

feat: add finite and well-founded streams

Open fgdorais opened this issue 4 months ago • 3 comments

Add classes for provably finite streams and connect streams with standard library iterators.

fgdorais avatar Jul 18 '25 11:07 fgdorais

Mathlib CI status (docs):

Could you explain how this relates to the core iterators? What is the use case that is not being filled by those?

kim-em avatar Aug 08 '25 00:08 kim-em

Could you explain how this relates to the core iterators?

The connection with iterators was in a follow-up PR #1372. I've closed that one and merged with this one.

What is the use case that is not being filled by those?

The main purpose is to help people port their stream-based code to iterator-based code.

fgdorais avatar Sep 02 '25 04:09 fgdorais