package bistro

  1. Overview
  2. Docs
type t
type cell
val section : string -> cell
val subsection : string -> cell
val text : string -> cell
val make : title:string -> cell list -> t