This PR provides proofs that the raw tree map operations are well-formed
and refactors the file structure of the tree map, introducing new
modules `Std.{DTreeMap,TreeMap,TreeSet}.Raw` and splittting
`AdditionalOperations` into separate files for bundled and raw types.
---------
Co-authored-by: Paul Reichert <6992158+datokrat@users.noreply.github.com>
|
||
|---|---|---|
| .. | ||
| DHashMap | ||
| DTreeMap | ||
| HashMap | ||
| HashSet | ||
| Internal | ||
| TreeMap | ||
| TreeSet | ||
| DHashMap.lean | ||
| DTreeMap.lean | ||
| HashMap.lean | ||
| HashSet.lean | ||
| TreeMap.lean | ||
| TreeSet.lean | ||