Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_string :
?indent_width:int ->
?indent_character:char ->
?indent_subtables:bool ->
?newline_before_table:bool ->
?collapse_tables:bool ->
?force_table_arrays:bool ->
t ->
string
val to_channel :
?indent_width:int ->
?indent_character:char ->
?indent_subtables:bool ->
?newline_before_table:bool ->
?collapse_tables:bool ->
?force_table_arrays:bool ->
Stdlib.out_channel ->
t ->
unit