data Color : Type
Black : Color
Red : Color
Green : Color
Yellow : Color
Blue : Color
Magenta : Color
Cyan : Color
White : Color
BrightBlack : Color
BrightRed : Color
BrightGreen : Color
BrightYellow : Color
BrightBlue : Color
BrightMagenta : Color
BrightCyan : Color
BrightWhite : Color
Cast Color String
data Style : Type
Bold : Style
Faint : Style
NotBoldOrFaint : Style
Italic : Style
SingleUnderline : Style
DoubleUnderline : Style
NoUnderline : Style
Striked : Style
NotStriked : Style
Cast Style String
data Blink : Type
Cast Blink String
data SGR : Type
escapeSGR : List SGR -> String
Returns the ANSI escape code equivalent to the list of operations provided.