Skip to content

Commit eabd958

Browse files
kim-emclaude
andcommitted
chore: drop red-black map/tree entries from overview.yaml
`Batteries.RBMap` and `Batteries.RBSet` were removed by the batteries recycling refactor (leanprover-community/batteries#1792, leanprover-community#1793; the `Batteries.Data.RBMap.Basic` module is now a deprecated_module recommending `Std.TreeMap`). They no longer exist under those names, so `lake exe check-yaml` rejected the stale `docs/overview.yaml` entries. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5475764 commit eabd958

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/overview.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,14 +583,12 @@ Data structures:
583583

584584
Maps:
585585
key-value map: 'AList'
586-
red-black map: 'Batteries.RBMap'
587586
hash map: 'Std.HashMap'
588587
finitely supported function: 'Finsupp'
589588
finite map: 'Finmap'
590589

591590
Trees:
592591
tree: 'Tree'
593-
red-black tree: 'Batteries.RBSet'
594592
size-balanced binary search tree: 'Ordnode'
595593
W type: 'WType'
596594

0 commit comments

Comments
 (0)