stdlib.mli: add a stable doc link to the list of modules.

master
Daniel Bünzli 2019-02-19 11:05:12 +01:00 committed by Thomas Refis
parent b145a4114e
commit f7cf156e19
1 changed files with 5 additions and 4 deletions

View File

@ -19,9 +19,10 @@
compilation. All components of this module can therefore be
referred by their short name, without prefixing them by [Stdlib].
It particular, it provides the basic operations over the built-in types
(numbers, booleans, byte sequences, strings, exceptions, references,
lists, arrays, input-output channels, ...).
It particular, it provides the basic operations over the built-in
types (numbers, booleans, byte sequences, strings, exceptions,
references, lists, arrays, input-output channels, ...) and the
{{!modules}standard library modules}.
*)
(** {1 Exceptions} *)
@ -1319,7 +1320,7 @@ val do_at_exit : unit -> unit
(**/**)
(** {1 Standard library modules } *)
(** {1:modules Standard library modules } *)
(*MODULE_ALIASES*)
module Arg = Arg