package hxd
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Hxd.Fmt
Source
Source
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