diff options
-rw-r--r-- | stdlib/pervasives.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/pervasives.mli b/stdlib/pervasives.mli index b8e0e71de..06b16d7b5 100644 --- a/stdlib/pervasives.mli +++ b/stdlib/pervasives.mli @@ -17,7 +17,7 @@ This module provides the basic operations over the built-in types (numbers, booleans, strings, exceptions, references, lists, arrays, - input-output channels, ...) + input-output channels, ...). This module is automatically opened at the beginning of each compilation. All components of this module can therefore be referred by their short @@ -881,9 +881,9 @@ val at_exit : (unit -> unit) -> unit The functions are called in ``last in, first out'' order: the function most recently added with [at_exit] is called first. *) - (**/**) + (** {6 For system use only, not for the casual user} *) val valid_float_lexem : string -> string |