mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix: compat with 4.07
This commit is contained in:
parent
d4a9b0a8d1
commit
9238daf7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ type 'a printer = Format.formatter -> 'a -> unit
|
|||
|
||||
(** {2 Arrays} *)
|
||||
|
||||
include module type of struct include Array end
|
||||
include module type of Array
|
||||
|
||||
type 'a t = 'a array
|
||||
(** The type for arrays *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue