Module Serialize_yaml.Writer


module Writer: sig .. end

val create : string ->
Yaml.yaml_write_handler ->
[> `writing of
(unit -> unit) list Pervasives.ref *
(string ->
[< `char of char
| `end_of_list
| `end_of_record
| `float of float
| `int of int
| `list of [> `any ]
| `none
| `record
| `some
| `string of string
| `tag of string ] ->
unit) ]