Zulip Chat Archive
Stream: mathlib4
Topic: Should `mllist` be `MLList`
Arien Malec (Nov 16 2022 at 04:16):
Naming check on mllist - could argue for MLList, MlList, MLazyList?
Mario Carneiro (Nov 16 2022 at 04:31):
What's the M?
Mario Carneiro (Nov 16 2022 at 04:33):
This is presumably either MLList or LListM depending on whether the M is to indicate that it is a monad or that it is about a monad
Arien Malec (Nov 16 2022 at 04:59):
Lazy lists controlled by a monad.
Arien Malec (Nov 16 2022 at 05:00):
The non-monadic version is called lazylist -> LazyList
Arien Malec (Nov 16 2022 at 05:07):
Oh, it's unsafe so I probably shouldn't be touching it anyway.
Last updated: May 02 2025 at 03:31 UTC