Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Text.Chatty.Extended.HTML
Description
Provides an ChExtendedPrinter
that handles colours using HTML output.
Synopsis
- newtype HtmlPrinterT m a = HtmlPrinter {
- runHtmlPrinterT :: m a
- maskHtml :: Char -> String
- hexColour :: Colour -> [Char]
Documentation
newtype HtmlPrinterT m a Source #
An ChExtendedPrinter
for HTML output.
Constructors
HtmlPrinter | |
Fields
|