mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 13:14:09 -05:00
fix(bstack): another stupid error
This commit is contained in:
parent
d95047b65a
commit
3eabeb4e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ let pop_levels (self:_ t) (n:int) ~f : unit =
|
||||||
let x = Vec.pop self.vec in
|
let x = Vec.pop self.vec in
|
||||||
f x
|
f x
|
||||||
done;
|
done;
|
||||||
Vec.shrink self.lvls i
|
Vec.shrink self.lvls new_lvl
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue