Module Serialize_yaml.Reader


module Reader: sig .. end

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