Skip to content

Commit 677875c

Browse files
wkrozowskidatokrat
andauthored
Update src/Std/Data/DTreeMap/Internal/Lemmas.lean
Co-authored-by: Paul Reichert <[email protected]>
1 parent 4e9d7dc commit 677875c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Std/Data/DTreeMap/Internal/Lemmas.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,7 @@ theorem getD_union_of_contains_eq_false_right [TransOrd α] [LawfulEqOrd α] (h
35453545
exact contains_eq_false
35463546

35473547
theorem getD_union!_of_contains_eq_false_right [TransOrd α] [LawfulEqOrd α] (h₁ : m₁.WF) (h₂ : m₂.WF)
3548-
{k : α} {fallback : β k} (contains_eq_false : m₂.contains k = false) :
3548+
{k : α} {fallback : β k} (contains_eq_false : m₂.contains k = false) :
35493549
(m₁.union! m₂).getD k fallback = m₁.getD k fallback := by
35503550
rw [← union_eq_union!]
35513551
apply getD_union_of_contains_eq_false_right h₁ h₂

0 commit comments

Comments
 (0)