cow
XML, JSON, HTML and Markdown libraries
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Tags : sig ... end
type t = Cow_xml.t
val stylesheet : string -> t
stylesheet style
converts a COW CSS type to a valid HTML stylesheet
val table :
?flags:Tags.table_flags list ->
row:( 'a -> t list ) ->
'a list ->
t
table ~flags:f ~row:r tbl
produces an HTML table formatted according to f
where each row is generated by passing a member of tbl
to r
.