mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 19:55:31 -05:00
Merge pull request #74 from struktured/ring_buffer_patch
show ocaml array type concretely in `CCRingBuffer.Make` sig
This commit is contained in:
commit
6a75577c83
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