mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
parent
27fb393698
commit
e106432e21
1 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,15 @@
|
||||||
|
|
||||||
(* This file is free software, part of containers. See file "license" for more details. *)
|
(* This file is free software, part of containers. See file "license" for more details. *)
|
||||||
|
|
||||||
(** {1 Continuation List} *)
|
(** {1 Continuation List}
|
||||||
|
|
||||||
|
|
||||||
|
@deprecated since NEXT_RELEASE, you should use the standard {b Seq} instead.
|
||||||
|
See {{: https://github.com/c-cube/oseq/} oseq} for similar combinators.
|
||||||
|
|
||||||
|
*)
|
||||||
|
|
||||||
|
[@@@ocaml.deprecated "use Seq instead"]
|
||||||
|
|
||||||
type 'a sequence = ('a -> unit) -> unit
|
type 'a sequence = ('a -> unit) -> unit
|
||||||
type 'a gen = unit -> 'a option
|
type 'a gen = unit -> 'a option
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue