deprecate CCLinq in favor of standalone OLinq

This commit is contained in:
Simon Cruanes 2016-01-29 10:08:42 +01:00
parent 663a3cd693
commit 1b73c54b07

View file

@ -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 *)