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 6 months ago

JamesGallicchio commented 6 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