lean4-htt/library/init/data/rbmap
Leonardo de Moura cc3767e6a5 refactor(library/init/data): avoid indirection at rbmap
Now, the nodes in a `rbmap` contain the key and value, and we avoid
one level of indirection. `rbmap`s are more common than `rbtree`.
We implement `rbtree A` as `rbmap A unit`.
2018-10-26 17:14:09 -07:00
..
basic.lean refactor(library/init/data): avoid indirection at rbmap 2018-10-26 17:14:09 -07:00
default.lean chore(library/init/data/rbmap): add missing file 2017-11-19 19:49:36 -08:00