Skip to content

Commit

Permalink
Lwt_sequence: point people to lwt-dllist
Browse files Browse the repository at this point in the history
Part of #361.
  • Loading branch information
aantron committed Feb 14, 2019
1 parent 23b0bba commit 3401f28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/lwt_sequence.mli
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
- removing an element while the sequence is being transversed.
@deprecated This module should be an internal implementation detail of Lwt,
and may be removed from the API at some point in the future. Use any other
doubly-linked list library as an alternative.
and may be removed from the API at some point in the future. Use package
{{:https://github.com/mirage/lwt-dllist} [lwt-dllist]} instead.
*)

[@@@ocaml.deprecated
" This module is an implementation detail of Lwt. See
https://github.com/ocsigen/lwt/issues/361"]
" Use package lwt-dllist. See
https://github.com/mirage/lwt-dllist"]

type 'a t
(** Type of a sequence holding values of type ['a] *)
Expand Down

0 comments on commit 3401f28

Please sign in to comment.