lean4-htt/src/Std/Data/HashMap
Markus Himmel 1a9cbc96f1
chore: rename HashMap.remove to HashMap.erase (#4725)
The name `remove` was chosen because it is more popular in mainstream
programming languages, but being consistent with other Lean container
types (including `Lean.HashMap` and `Batteries.HashMap`) is more
important, so let's change the name while we still can.
2024-07-16 08:14:56 +00:00
..
AdditionalOperations.lean feat: Std.HashMap (#4583) 2024-07-05 10:14:20 +00:00
Basic.lean chore: rename HashMap.remove to HashMap.erase (#4725) 2024-07-16 08:14:56 +00:00
Lemmas.lean chore: rename HashMap.remove to HashMap.erase (#4725) 2024-07-16 08:14:56 +00:00
Raw.lean chore: rename HashMap.remove to HashMap.erase (#4725) 2024-07-16 08:14:56 +00:00
RawLemmas.lean chore: rename HashMap.remove to HashMap.erase (#4725) 2024-07-16 08:14:56 +00:00