Safe Haskell | Safe-Infered |
---|
Hoogle.Type.TagStr
Description
A module representing strings with formatting.
Documentation
data TagStr
showTagText :: TagStr -> String
Show a TagStr
as a string, without any formatting.
showTagANSI :: TagStr -> String
Show a TagStr
on a console with ANSI escape sequences.
showTagHTML :: TagStr -> String
Show a TagStr
as HTML, using CSS classes for color styling.