Module Ascii_table_kernel
val draw :
?display:Display.t ->
?spacing:int ->
?limit_width_to:int ->
?header_attr:Attr.t list ->
?display_empty_rows:bool ->
prefer_split_on_spaces:bool ->
'row Column.t list ->
'row list ->
Screen.t optionval to_string_noattr :
?display:Display.t ->
?spacing:int ->
?limit_width_to:int ->
?display_empty_rows:bool ->
?prefer_split_on_spaces:bool ->
'row Column.t list ->
'row list ->
bars:[ `Ascii | `Unicode ] ->
string