Zulip Chat Archive
Stream: CSLib
Topic: Additive writer monad
Shreyas Srinivas (Feb 21 2026 at 00:23):
I have started a PR cslib#360 to give us a proper writer monad whose log type is additive. This makes up for the lack of a proper WriterT since Mathlib's version uses a multiplicative log type.
Shreyas Srinivas (Feb 21 2026 at 00:24):
I'd like to get this PR through so that @Eric Wieser can use it to golf cslib#275 per his preference without introducing an unnecessary dependency on TimeM
Last updated: Feb 28 2026 at 14:05 UTC