Odoc_to_text.infoval mutable tag_functions : (string * (Odoc_info.text -> Odoc_info.text)) listmethod text_of_alerts : Odoc_info.alert list -> Odoc_info.text_element listmethod text_of_author_list : string list -> Odoc_info.text_element listmethod text_of_before : (string * Odoc_info.text) list ->
Odoc_info.text_element listmethod text_of_custom : (string * Odoc_info.text) list -> Odoc_info.textmethod text_of_info : ?block:bool ->
Odoc_info.info option ->
Odoc_info.text_element listmethod text_of_raised_exceptions : Odoc_info.raised_exception list ->
Odoc_info.text_element listmethod text_of_return_opt : Odoc_info.text option ->
Odoc_info.text_element listmethod text_of_see : Odoc_info.see -> Odoc_info.textmethod text_of_sees : Odoc_info.see list -> Odoc_info.text_element listmethod text_of_since_opt : string option -> Odoc_info.text_element listmethod text_of_version_opt : string option -> Odoc_info.text_element list