package crs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.

OCaml

Innovation. Community. Security.