Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Module to build tables.
val default_default_align : alignment
val table_args : string list -> int * string option * alignment
val write : table -> string -> unit
val start :
string list ->
table * [> `table of int * string option ] * (string -> unit)
val cell_start :
loc:Bracetax_error.location ->
error:Bracetax_error.error_fun ->
table ->
string list ->
[> `cell of bool * int * alignment ]
val cell_stop : loc:'a -> error:Bracetax_error.error_fun -> table -> unit
module Util : sig ... end
Utilities for printing tables without too much headache.