package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Appendable_list/index.html

Module Stdune.Appendable_listSource

Appendable lists: concatenation takes O(1) time, conversion to a list takes O(n).

Sourcetype 'a t
Sourceval empty : 'a t
Sourceval singleton : 'a -> 'a t
Sourceval (@) : 'a t -> 'a t -> 'a t
Sourceval concat : 'a t list -> 'a t
Sourceval to_list : 'a t -> 'a list
OCaml

Innovation. Community. Security.