crs.text-table
Ast.Column
crs.cr-comment
crs.crs-cli
crs.crs-parser
crs.reviewdog
type 'a t = {
header : Base.string;
align : Align.t;
make_cell : 'a -> Cell.t;
}
A type for a column extractor, parameterized by the type of the lines.