mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
deprecate CCLinq in favor of standalone OLinq
This commit is contained in:
parent
663a3cd693
commit
1b73c54b07
1 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,9 @@ CCLinq.(
|
|||
- : `Ok ()
|
||||
]}
|
||||
|
||||
{b status: experimental}
|
||||
{b DEPRECATED, use "OLinq" (standalone library) instead}
|
||||
|
||||
{b status: deprecated}
|
||||
|
||||
*)
|
||||
|
||||
|
|
@ -76,8 +78,6 @@ module PMap : sig
|
|||
|
||||
val to_seq : ('a, 'b) t -> ('a * 'b) sequence
|
||||
|
||||
val to_list : ('a, 'b) t -> ('a * 'b) list
|
||||
|
||||
val map : ('b -> 'c) -> ('a, 'b) t -> ('a, 'c) t
|
||||
(** Transform values *)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue