Zulip Chat Archive

Stream: maths

Topic: Traversable functor for finset


Yaël Dillies (Dec 22 2021 at 23:16):

Might anyone more CS-y than me tell me whether I got finset.traverse right in #10980? There are some lemmas I can't prove at the end.

Kyle Miller (Dec 22 2021 at 23:26):

For what it's worth, docs#finset.bUnion is meant to be the bind for monad finset. (It used to be called finset.bind, too.)

Kyle Miller (Dec 22 2021 at 23:28):

You can see it's defined from docs#multiset.bind in a similar way to how you defined finset.traverse from docs#multiset.traverse


Last updated: Dec 20 2023 at 11:08 UTC