lean4-htt/library/init/data/rbtree
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/rbtree,library/init/data/rbmap): remove auto_param dependency 2018-04-30 13:24:13 -07:00