Skip to content

Commit d4210d5

Browse files
wkrozowskidatokrat
andauthored
Update src/Std/Data/DTreeMap/Lemmas.lean
Co-authored-by: Paul Reichert <[email protected]>
1 parent 25a2051 commit d4210d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Std/Data/DTreeMap/Lemmas.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2279,7 +2279,7 @@ theorem mem_of_mem_union_of_not_mem_left [TransCmp cmp]
22792279
/- Equiv -/
22802280
theorem union_insert_right_equiv_union_insert [TransCmp cmp] {p : (a : α) × β a} :
22812281
(t₁ ∪ (t₂.insert p.fst p.snd)).Equiv ((t₁ ∪ t₂).insert p.fst p.snd) :=
2282-
⟨Impl.union_insert_right_equiv_insert_union t₁.wf t₂.wf⟩
2282+
⟨Impl.union_insert_right_equiv_insert_union t₁.wf t₂.wf⟩
22832283

22842284
/- get? -/
22852285
theorem get?_union [TransCmp cmp] [LawfulEqCmp cmp] {k : α} :

0 commit comments

Comments
 (0)