mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix(array): small change in signatures
This commit is contained in:
parent
5986955fb6
commit
c04ee13d6e
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ type 'a printer = Format.formatter -> 'a -> unit
|
|||
|
||||
(** {2 Arrays} *)
|
||||
|
||||
include module type of Array
|
||||
include module type of struct include Array end
|
||||
|
||||
type 'a t = 'a array
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ type 'a printer = Format.formatter -> 'a -> unit
|
|||
|
||||
(** {2 Arrays} *)
|
||||
|
||||
include module type of ArrayLabels
|
||||
include module type of struct include ArrayLabels end
|
||||
|
||||
type 'a t = 'a array
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue