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
val invalid_arg : ('a, Format.formatter, unit, 'b) format4 -> 'aval meta_store : Format.formatter -> Format.formatter_tag_functionsval set_meta_store : Format.formatter -> Format.formatter_tag_functions -> unitval meta_raw : Format.formatter_tag_functions -> Format.tag -> stringval set_meta :
Format.formatter ->
Format.formatter_tag_functions ->
style_renderer:string ->
unitval style_renderer : Format.formatter -> [> `Ansi | `None ]val set_style_renderer : Format.formatter -> [< `Ansi | `None ] -> unitval 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 ] ] ->
stringval 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 ->
unitval with_buffer : ?like:Format.formatter -> Buffer.t -> Format.formatterval strf_like :
Format.formatter ->
('a, Format.formatter, unit, string) format4 ->
'a