Skip to content

Commit a2e7245

Browse files
committed
fix
1 parent 8bfd21e commit a2e7245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Std/Data/Internal/List/Associative.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6155,7 +6155,7 @@ theorem minKey?_eq_some_iff_mem_and_forall [Ord α] [LawfulEqOrd α] [TransOrd
61556155
exact ⟨containsKey_of_mem hm, hcmp⟩
61566156
· rintro ⟨hc, hle⟩
61576157
have heq := beq_iff_eq.mp <| getKey_eq_getEntry_fst (α := α) ▸ getKey_beq hc
6158-
refine ⟨getEntry k l hc, ⟨getEntry_mem hc, ?_⟩, heq⟩
6158+
refine ⟨getEntry k l hc, ⟨getEntry_mem, ?_⟩, heq⟩
61596159
intro k' hk'
61606160
rw [heq]
61616161
exact hle _ hk'

0 commit comments

Comments
 (0)