Binsec.Prettytblmodule Column : sig ... endval append : t -> string array -> unitappend tbl row append a new row row to the table tbl. row should have the length equal to the column array used to create tbl
include Sigs.PRINTABLE with type t := tval pp : Format.formatter -> t -> unit