Module Ascii_table_kernel
include Ascii_table_kernel__.Ascii_table_kernel_intf.Ascii_table_kernel
module Attr = Ascii_table_kernel__.Ascii_table_kernel_intf.Attr
module Align = Ascii_table_kernel__.Ascii_table_kernel_intf.Align
module Display : sig ... end
module Column : sig ... end
module Screen : sig ... end
val 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