mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix(CCArray) fix use of Stdlib for ocaml < 4.07
This commit is contained in:
parent
789eee9d53
commit
7dd45a0fa8
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ type 'a printer = Format.formatter -> 'a -> unit
|
||||||
|
|
||||||
(** {2 Arrays} *)
|
(** {2 Arrays} *)
|
||||||
|
|
||||||
|
include CCShims_
|
||||||
include CCShimsArray_
|
include CCShimsArray_
|
||||||
|
|
||||||
let empty = [| |]
|
let empty = [| |]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue