Module Ascii_table_kernel
include Ascii_table_kernel__.Ascii_table_kernel_intf.Ascii_table_kernel
module Attr = Ascii_table_kernel__.Ascii_table_kernel_intf.Attrmodule Align = Ascii_table_kernel__.Ascii_table_kernel_intf.Alignmodule Display : sig ... endmodule Column : sig ... endmodule Screen : sig ... endval draw : ?display:Display.t -> ?spacing:int -> ?limit_width_to:int -> ?header_attr:Attr.t list -> ?display_empty_rows:bool -> 'row Column.t list -> 'row list -> Screen.t option
module Table_char : sig ... end