Merge pull request #9918 from OCamlPro-Coquera/trunk

Stdlib.Format: missing `since` annotation for formatter_out_functions
master
Gabriel Scherer 2020-09-15 11:54:36 +02:00 committed by GitHub
commit 0a1ed638c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ type formatter_out_functions = {
out_flush : unit -> unit;
out_newline : unit -> unit;
out_spaces : int -> unit;
out_indent : int -> unit;
out_indent : int -> unit;(** @since 4.06.0 *)
}
(** The set of output functions specific to a formatter:
- the [out_string] function performs all the pretty-printer string output.