val redirect_to_string : ('a -> unit) -> 'a -> string
redirect_to_string f v applies f to v and returns the string filled by a redirection of the standard formatter.
redirect_to_string f v
f
v
Go to the first, previous, next, last section, table of contents.