module Format:sig
..end
4.08
type
stag
val string_of_stag : stag -> string
val stag_of_string : string -> stag
type
formatter_stag_functions = {
|
mark_open_stag : |
|
mark_close_stag : |
|
print_open_stag : |
|
print_close_stag : |
val pp_set_formatter_stag_functions : Stdlib.Format.formatter ->
formatter_stag_functions -> unit
val pp_get_formatter_stag_functions : Stdlib.Format.formatter ->
unit -> formatter_stag_functions
val pp_open_stag : Stdlib.Format.formatter -> stag -> unit
val pp_close_stag : Stdlib.Format.formatter -> unit -> unit