Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
type reader_func = [
| `Get_value_reader
| `Get_value_reader_with_prefix
| `Offset
| `Read_bool
| `Read_float
| `Read_i32
| `Read_i64
| `Read_i8
| `Read_message
| `Read_prefix
| `Read_raw_bool
| `Read_raw_float
| `Read_raw_i32
| `Read_raw_i64
| `Read_raw_i8
| `Read_raw_rel_int
| `Read_raw_string
| `Read_rel_int
| `Read_serialized_data
| `Read_string
| `Read_vint
| `Skip_to
| `Skip_value
]
val string_of_reader_func : reader_func -> string
module IO_reader : sig ... end
module String_reader : sig ... end