Safe Haskell | None |
---|
- module Utils
- module Document.Decl
- module HRef.Decl
- module HRef.Grammars.Html
- module Document.Semantics.Html
- module HRef.Semantics.Html
- module Document.Semantics.NumberedHeaders
- module Document.Semantics.HtmlNumberedHeaders
- module Preprocessors
- module Language.Grammars.AspectAG
- module Document.Grammars.Latex
- module Toc.Semantics.Toc
- ex :: IO ()
- buildConverter :: HasField l syn v => (forall env. ExtGram env (Record HNil -> syn) nts) -> l -> String -> v
- latex2html :: String -> [Char]
- latex2html' :: String -> [Char]
- latex2html'' :: String -> [Char]
- test :: String -> ParseResult [[Char]]
- html2html :: [Char] -> [Char]
- doc :: Document
Documentation
module Utils
module Document.Decl
module HRef.Decl
module HRef.Grammars.Html
module Document.Semantics.Html
module HRef.Semantics.Html
module Preprocessors
module Language.Grammars.AspectAG
module Document.Grammars.Latex
module Toc.Semantics.Toc
buildConverter :: HasField l syn v => (forall env. ExtGram env (Record HNil -> syn) nts) -> l -> String -> vSource
Builds a converter tool from an extensible grammar fragment and a label of the synthesized output.
latex2html :: String -> [Char]Source
latex2html' :: String -> [Char]Source
latex2html'' :: String -> [Char]Source
test :: String -> ParseResult [[Char]]Source