mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
Added @since in documentation
This commit is contained in:
parent
2d05f33f2a
commit
0610d014f1
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ val bool : bool t
|
|||
val float3 : float t (* 3 digits after . *)
|
||||
val float : float t
|
||||
val char : char t
|
||||
(** @since NEXT_RELEASE *)
|
||||
|
||||
val list : ?start:string -> ?stop:string -> ?sep:string -> 'a t -> 'a list t
|
||||
val array : ?start:string -> ?stop:string -> ?sep:string -> 'a t -> 'a array t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue