mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -05:00
show ocaml array type concretely in Make sig
This commit is contained in:
parent
9a2dd29615
commit
3c6f77b67a
1 changed files with 1 additions and 1 deletions
|
|
@ -210,4 +210,4 @@ module Byte : S with module Array = Array.Byte
|
|||
module MakeFromArray(A : Array.S) : S with module Array = A
|
||||
|
||||
(** Buffer using regular arrays *)
|
||||
module Make(X : sig type t end) : S with type Array.elt = X.t
|
||||
module Make(X : sig type t end) : S with type Array.elt = X.t and type Array.t = X.t array
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue