chatty-0.5.4.1: Some monad transformers and typeclasses to simplify I/O on a transformer stack.

Safe HaskellSafe-Inferred

Text.Chatty.Extended.HTML

Description

Provides an ExtendedPrinter that handles colours using HTML output.

Synopsis

Documentation

maskHtml :: Char -> StringSource

Convert the given character to its HTML representation.

hexColour :: Colour -> [Char]Source

Convert the given colour to its CSS representation.