refactor: Spelling and typos
This commit is contained in:
parent
b30a49d7db
commit
dc5b63c4a7
25 changed files with 37 additions and 37 deletions
|
@ -23,7 +23,7 @@ lemma insertionSortMin_lt_length_succ {α : Type} (r : α → α → Prop) [Deci
|
|||
rw [eraseIdx_length']
|
||||
simp
|
||||
|
||||
/-- Given a list `i :: l` the left-most minimial position `a` of `i :: l` wrt `r`
|
||||
/-- Given a list `i :: l` the left-most minimal position `a` of `i :: l` wrt `r`
|
||||
as an element of `Fin (insertionSortDropMinPos r i l).length.succ`. -/
|
||||
def insertionSortMinPosFin {α : Type} (r : α → α → Prop) [DecidableRel r] (i : α) (l : List α) :
|
||||
Fin (insertionSortDropMinPos r i l).length.succ :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue