Safe Haskell | None |
---|---|
Language | Haskell2010 |
- markdown :: (ToJSON a, Docs a, Sample a) => Proxy a -> Text
- section :: [[Text]] -> Text
- desc :: Text -> [Text]
- header :: Text -> [Text]
- example :: ToJSON a => a -> [Text]
- type URL = Text
- link :: Text -> URL -> Text
- anchor :: Text -> Text -> Text
- fieldTable :: [Field] -> [Text]
- valuesTable :: [Text] -> [Text]
- type CellWidth = Int
- cellWidth :: [Text] -> Int
- table :: [Text] -> [[Text]] -> [Text]
- justifyColumn :: [Text] -> [Text]
- tableHeader :: [Text] -> [Text]
- tableRow :: [Text] -> Text
- sepRow :: [Text] -> Text
Documentation
fieldTable :: [Field] -> [Text] Source #
valuesTable :: [Text] -> [Text] Source #
justifyColumn :: [Text] -> [Text] Source #
tableHeader :: [Text] -> [Text] Source #