Module Ast.ColumnSource

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

A type for a column extractor, parameterized by the type of the lines.