package textutils

  1. Overview
  2. Docs
module Attr = Ansi_kernel.Attr
module Align = Column.Align
module Display : sig ... end
module Column : module type of struct include Column end with module Private := Column.Private
module Screen : sig ... end
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 option
val 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
module Table_char : sig ... end