Module Bistro_utils.Html_report

type t
type cell
val section : string -> cell
val subsection : string -> cell
val text : string -> cell
val make : title:string -> cell list -> t