Zulip Chat Archive
Stream: mathlib4
Topic: MLList vs IterM
Jakub Nowak (Dec 24 2025 at 06:47):
What's the difference between MLList and Std.Iterators.IterM? Should we deprecate MLList in favor of IterM?
Jovan Gerbscheid (Dec 24 2025 at 11:44):
I haven't used IterM yet, but deprecating MLList, if all uses of it can be replaced by IterM, seems reasonable to me.
Kim Morrison (Jan 05 2026 at 05:32):
Yes, no one should be using MLList anymore.
Kim Morrison (Jan 05 2026 at 05:32):
Deprecation / replacement PRs very welcome.
Last updated: Feb 28 2026 at 14:05 UTC