chore: cleanup
This commit is contained in:
parent
64634dbc32
commit
c843f0b112
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ def afterArrayAsync (last : m (n β)) (tasks : Array (n α)) (start := 0) (stop
|
|||
| Nat.zero => last
|
||||
| Nat.succ i' =>
|
||||
let t := tasks.get ⟨j, Nat.lt_of_lt_of_le hlt h⟩
|
||||
bindAsync t fun a => loop i' (j+1)
|
||||
bindAsync t fun _ => loop i' (j+1)
|
||||
else
|
||||
last
|
||||
loop (stop - start) start
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue