From 0da6ca1f11f0bc37858f6fb2b4df76865ec3c5c5 Mon Sep 17 00:00:00 2001 From: Albin Coquereau Date: Tue, 15 Sep 2020 09:58:20 +0200 Subject: [PATCH] Add a comment that out_indent is part of formatter_out_functions since ocaml 4.06.0 --- stdlib/format.mli | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/format.mli b/stdlib/format.mli index 79a716f53..bca230ab6 100644 --- a/stdlib/format.mli +++ b/stdlib/format.mli @@ -822,6 +822,7 @@ type formatter_out_functions = { - the [out_indent] function performs new line indentation when the pretty-printer splits the line. It is called with the indentation value of the new line. + @since 4.06.0 By default: - fields [out_string] and [out_flush] are output device specific;