Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Climate.Help_style
Sourcetype color = [
| `Black
| `Red
| `Green
| `Yellow
| `Blue
| `Magenta
| `Cyan
| `White
| `Bright_black
| `Bright_red
| `Bright_green
| `Bright_yellow
| `Bright_blue
| `Bright_magenta
| `Bright_cyan
| `Bright_white
]
type t = {
program_doc : ansi_style;
usage : ansi_style;
arg_name : ansi_style;
arg_doc : ansi_style;
section_heading : ansi_style;
}