val ansi_style_code :
[< `None
| `Style of
[< `Bg | `Fg ]
* [< `Black
| `Blue| `Bright of standard| `Cyan| `Grayscale of int| `Green| `Magenta| `Red| `White| `Yellow| `bit24 of int * int * int| `bit8 of int * int * int ] ]->
string
val styled :
[< `None
| `Style of
[< `Bg | `Fg ]
* [< `Black
| `Blue| `Bright of standard| `Cyan| `Grayscale of int| `Green| `Magenta| `Red| `White| `Yellow| `bit24 of int * int * int| `bit8 of int * int * int ] ]->(Format.formatter->'a-> unit)->Format.formatter->'a->
unit