package odoc

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

Module Block.TableSource

Sourcetype sep = [ `Left | `Center | `Right ] option
Sourcetype row = [
  1. | `Header of Inline.t list
  2. | `Sep of sep list
  3. | `Data of Inline.t list
]
Sourcetype t = {
  1. col_count : int;
  2. rows : row list;
}
Sourceval col_count : [< `Data of 'a list | `Header of 'a list | `Sep of 'b list ] list -> Odoc_utils.Int.t
Sourceval make : row list -> t
Sourceval rows : t -> row list
Sourceval parse_sep_row : (Inline.t * (string * string)) list -> ([> `Center | `Left | `Right ] option * int) list option
OCaml

Innovation. Community. Security.