ContentsIndex
HaskellDown
Contents
Type synonyms
The converter functions
The default function call and the HaskellDown manual
Description
See the HaskellDownManual.html for an introduction into the the syntax of HaskellDown and use of the converters. Note, that this manual has to be converted first: just start the ghci and call the makeHaskellDownloadManual function. www.bucephalus.org/CodeDown shall be the primary address for more information.
Synopsis
type Haskell = String
type Markdown = String
type Html = String
type Css = String
type HaskellFile = FilePath
type MarkdownFile = FilePath
type HtmlFile = FilePath
type CssFile = FilePath
haskellToMarkdown :: Haskell -> Markdown
markdownToHtml :: Markdown -> Html
haskellToHtml :: Haskell -> Html
haskellToMarkdownFile :: HaskellFile -> MarkdownFile -> IO ()
markdownToHtmlFile :: MarkdownFile -> HtmlFile -> IO ()
haskellToHtmlFile :: HaskellFile -> HtmlFile -> IO ()
haskellDown :: HaskellFile -> String -> CssFile -> HtmlFile -> IO ()
makeHaskellDownManual :: IO ()
Type synonyms
type Haskell = String
type Markdown = String
type Html = String
type Css = String
type HaskellFile = FilePath
type MarkdownFile = FilePath
type HtmlFile = FilePath
type CssFile = FilePath
The converter functions
haskellToMarkdown :: Haskell -> Markdown
markdownToHtml :: Markdown -> Html
haskellToHtml :: Haskell -> Html
haskellToMarkdownFile :: HaskellFile -> MarkdownFile -> IO ()
markdownToHtmlFile :: MarkdownFile -> HtmlFile -> IO ()
haskellToHtmlFile :: HaskellFile -> HtmlFile -> IO ()
The default function call and the HaskellDown manual
haskellDown :: HaskellFile -> String -> CssFile -> HtmlFile -> IO ()
makeHaskellDownManual :: IO ()
Produced by Haddock version 2.4.2