mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix(CCListLabels): fix @since annotation
This commit is contained in:
parent
b47d622f66
commit
b672eb0e6d
1 changed files with 2 additions and 2 deletions
|
|
@ -123,12 +123,12 @@ val sublists_of_len :
|
|||
|
||||
val intersperse : 'a -> 'a list -> 'a list
|
||||
(** Insert the first argument between every element of the list.
|
||||
@since 2.1 *)
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val interleave : 'a list -> 'a list -> 'a list
|
||||
(** [interleave [x1…xn] [y1…ym]] is [x1,y1,x2,y2,…] and finishes with
|
||||
the suffix of the longest list.
|
||||
@since 2.1 *)
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val pure : 'a -> 'a t
|
||||
(** [pure] is [return]. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue