import public Control.ANSI.CSI
import public Control.ANSI.SGR
record DecoratedString : Type
MkDString : List SGR -> String -> DecoratedString
.sgr : DecoratedString -> List SGR
.str : DecoratedString -> String
Show DecoratedString
.sgr : DecoratedString -> List SGR
sgr : DecoratedString -> List SGR
.str : DecoratedString -> String
str : DecoratedString -> String
colored : Color -> String -> DecoratedString
background : Color -> String -> DecoratedString
bolden : String -> DecoratedString
italicize : String -> DecoratedString
underline : String -> DecoratedString