mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix compat
This commit is contained in:
parent
5017d9f8bf
commit
68250603c4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ let array_of_list_map f l =
|
||||||
arr
|
arr
|
||||||
|
|
||||||
let array_to_list_map f arr =
|
let array_to_list_map f arr =
|
||||||
List.init (Array.length arr) (fun i -> f arr.(i))
|
CCList.init (Array.length arr) (fun i -> f arr.(i))
|
||||||
|
|
||||||
let setup_gc () =
|
let setup_gc () =
|
||||||
let g = Gc.get () in
|
let g = Gc.get () in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue