mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -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]
|
[@@@ifge 4.07]
|
||||||
|
|
||||||
include module type of Seq
|
include module type of Seq
|
||||||
|
(** @inline *)
|
||||||
|
|
||||||
[@@@else_]
|
[@@@else_]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@ type 'a iter = ('a -> unit) -> unit
|
||||||
|
|
||||||
type 'a gen = unit -> 'a option
|
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 module type of struct
|
||||||
include StringLabels
|
include StringLabels
|
||||||
end
|
end
|
||||||
|
(** @inline *)
|
||||||
|
|
||||||
val length : t -> int
|
val length : t -> int
|
||||||
(** [length s] returns the length (number of characters) of the given string [s]. *)
|
(** [length s] returns the length (number of characters) of the given string [s]. *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue