Add a comment that out_indent is part of formatter_out_functions since ocaml 4.06.0

master
Albin Coquereau 2020-09-15 09:58:20 +02:00
parent ba0a9c2ce8
commit 0da6ca1f11
1 changed files with 1 additions and 0 deletions

View File

@ -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;