mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 04:35:29 -05:00
AVL: Minor edit
There was a let that was uselessly rec
This commit is contained in:
parent
bfc78e5671
commit
b2450a771b
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ module Gen = struct
|
|||
|
||||
let _gen stack =
|
||||
let stack = ref stack in
|
||||
let rec next () =
|
||||
let next () =
|
||||
match !stack with
|
||||
| [] -> None
|
||||
| l ->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue