WebBits-0.9.2: JavaScript analysis toolsSource codeContentsIndex
WebBits.Html.Html
Description
Rexports various modules of the HTML library. It's best to use this in lieu of selectively importing the following libraries.
Documentation
module WebBits.Html.Syntax
html :: Script s => CharParser [Warning] (Html SourcePos s)Source
parseHtmlFromFile :: Script s => String -> IO (Either ParseError (Html SourcePos s, [Warning]))Source
parseHtmlFromString :: Script s => String -> String -> Either ParseError (Html SourcePos s, [Warning])Source
Produced by Haddock version 2.3.0