JamesGallicchio / LeanColls

WIP collections library for Lean 4
https://jamesgallicchio.github.io/LeanColls/docs/
Apache License 2.0
30 stars 7 forks source link

feat: better Dict interface #32

Closed JamesGallicchio closed 7 months ago

JamesGallicchio commented 7 months ago

Now dictionaries are Bags rather than MultiBags, and Bags only require a ToMultiset function rather than the (much stronger) requirement of a ToFinset function