package print-table

  1. Overview
  2. Docs

Module Ast.ColumnSource

Sourcetype 'row t = {
  1. header : string;
  2. align : Align.t;
  3. make_cell : 'row -> Cell.t;
}

A type for a column extractor, parameterized by the type of the lines. Each 'row represents one single row of the table.

OCaml

Innovation. Community. Security.