Ascii_tableSourceThe idea is that you have a Column.t list and a list of rows, where each row contains the data for each column. So e.g. 'a could be a record type col_1 : int; col_2 : string, where the first column pulls out col_1 and the second column pulls out col_2. *
type 'rest simple_list :=
?index:bool ->
?display:Display.t ->
?spacing:int ->
?limit_width_to:int ->
?max_col_width:int ->
?header_attr:Attr.t list ->
?bars:[ `Ascii | `Unicode ] ->
?display_empty_rows:bool ->
?prefer_split_on_spaces:bool ->
string list ->
string list list ->
'restsimple_list has the same defaults as renderer unless specified