You can search for identifiers within the package.
in-package search v0.2.0
print-table
Ast.Column
type 'row t = {
header : string;
align : Align.t;
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.
'row