lean4-htt/src/Std/Data/TreeMap
Rob23oba 9bf5fc2fd3
feat: extensional tree maps (#8721)
This PR adds the types `Std.ExtDTreeMap`, `Std.ExtTreeMap` and
`Std.ExtTreeSet` of extensional tree maps and sets. These are very
similar in construction to the existing extensional hash maps with one
exception: extensional tree maps and sets provide all functions from
regular tree maps and sets. This is possible because in contrast to hash
maps, tree maps are always ordered.
2025-06-26 13:13:45 +00:00
..
Raw chore: Init: clean up some simp calls (#8897) 2025-06-20 13:26:04 +00:00
AdditionalOperations.lean feat: well-formedness lemmas for raw tree map operations (#7237) 2025-02-27 13:08:41 +00:00
Basic.lean feat: extensional tree maps (#8721) 2025-06-26 13:13:45 +00:00
Lemmas.lean feat: extensional tree maps (#8721) 2025-06-26 13:13:45 +00:00
Raw.lean fix: import all raw tree map modules into Std.Data (#8044) 2025-04-24 10:06:32 +00:00