| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Blog.Html
Synopsis
- data Html
- html_ :: Head -> Structure -> Html
- data Head
- title_ :: String -> Head
- stylesheet_ :: FilePath -> Head
- meta_ :: String -> String -> Head
- data Structure
- p_ :: Content -> Structure
- ul_ :: [Structure] -> Structure
- ol_ :: [Structure] -> Structure
- code_ :: String -> Structure
- h_ :: Natural -> Content -> Structure
- data Content
- txt_ :: String -> Content
- img_ :: FilePath -> Content
- link_ :: FilePath -> Content -> Content
- b_ :: Content -> Content
- i_ :: Content -> Content
- render :: Html -> String
HTML EDSL
Combinators used to construct the <head> section
stylesheet_ :: FilePath -> Head #
Combinators used to construct the <body> section
Basically a html tag that may have other "structures"