-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: deprecated find, fold, foldM, mergeBy functions for the tree map #7036
Conversation
Mathlib CI status (docs):
|
This reverts commit c550bf6.
Cannot rebase on a nightly yet because this PR builds on top of the freshly merged tree map PR from yesterday. Will rebase as soon as possible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Presumably you could have got away with fewer aliases since switching from Lean.RBMap
to Std.DTreeMap
shouldn't happen, but no harm in having the aliases.
There's |
This PR adds some deprecated function aliases to the tree map in order to ease the transition from the
RBMap
to the tree map.