mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
doc: inline the stdlib doc of Seq and ListLabels
This commit is contained in:
parent
e6611f1920
commit
a7b14c5620
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ type 'a printer = Format.formatter -> 'a -> unit
|
|||
[@@@ifge 4.07]
|
||||
|
||||
include module type of Seq
|
||||
(** @inline *)
|
||||
|
||||
[@@@else_]
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ type 'a iter = ('a -> unit) -> unit
|
|||
|
||||
type 'a gen = unit -> 'a option
|
||||
|
||||
(** {{: https://caml.inria.fr/pub/docs/manual-ocaml/libref/StringLabels.html} Documentation for the standard StringLabels module} *)
|
||||
include module type of struct
|
||||
include StringLabels
|
||||
end
|
||||
(** @inline *)
|
||||
|
||||
val length : t -> int
|
||||
(** [length s] returns the length (number of characters) of the given string [s]. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue