Skip to content

Commit be2062d

Browse files
committed
After saving
1 parent a0a7be3 commit be2062d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Std/Data/DHashMap/RawLemmas.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ private meta def baseNames : Array Name :=
4646
``get?_eq, ``get_eq, ``get!_eq, ``getD_eq,
4747
``Const.get?_eq, ``Const.get_eq, ``Const.getD_eq, ``Const.get!_eq,
4848
``getKey?_eq, ``getKey_eq, ``getKey!_eq, ``getKeyD_eq,
49-
``insertMany_eq, ``Const.insertMany_eq, ``Const.insertManyIfNewUnit_eq,
50-
``ofList_eq, ``Const.ofList_eq, ``Const.unitOfList_eq,
49+
``insertMany_eq, ``Const.insertMany_eq, ``Const.insertManyIfNewUnit_eq, ``ofArray_eq, ``Const.ofArray_eq,
50+
``ofList_eq, ``Const.ofList_eq, ``Const.unitOfList_eq, ``Const.unitOfArray_eq,
5151
``alter_eq, ``Const.alter_eq, ``modify_eq, ``Const.modify_eq, ``union_eq, ``inter_eq, ``diff_eq,
5252
``fst_partition_eq, ``snd_partition_eq]
5353

0 commit comments

Comments
 (0)