Std.Html.Compose
5 public declarations
- Composition
Content reads top to bottom; every adding method returns the next value.
- content
Std.Html.Compose.ContentContent holding nothing, to be added to.
- Content
An ordered, persistent sequence of typed views.
- document
Str -> Std.Html.Compose.Content -> Std.Html.HtmlA whole page with the given title and body.
- documentIn
Str -> Str -> Std.Html.Compose.Content -> Std.Html.HtmlA whole page, declaring the language it is written in.
