sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module My_ir : Info_retriever
val file : string Pervasives.ref
val file_name : string Pervasives.ref
val get_comments_in_class :
int ->
int ->
Odoc_types.info option * Odoc_class.class_element list
val get_comments_in_module :
int ->
int ->
Odoc_types.info option * Odoc_module.module_element list
val name_comment_from_type_decl :
int ->
int ->
Parsetree.type_declaration ->
int * (string * Odoc_types.info option) list
val manifest_structure :
Odoc_env.env ->
(string * Odoc_types.info option) list ->
Types.type_expr ->
Odoc_type.type_manifest
val get_type_kind :
Odoc_env.env ->
(string * Odoc_types.info option) list ->
Types.type_kind ->
Odoc_type.type_kind
val get_cstr_args :
Odoc_env.env ->
int ->
Typedtree.constructor_arguments ->
Odoc_type.constructor_args
val merge_infos :
Odoc_types.info option ->
Odoc_types.info option ->
Odoc_types.info option
val analyse_module_type_kind :
?erased:Odoc_name.Set.t ->
Odoc_env.env ->
Odoc_name.t ->
Parsetree.module_type ->
Types.module_type ->
Odoc_module.module_type_kind
val analyse_class_type_kind :
Odoc_env.env ->
Odoc_name.t ->
int ->
Parsetree.class_type ->
Types.class_type ->
Odoc_class.class_type_kind
val analyse_signature :
string ->
string ->
Parsetree.signature ->
Types.signature ->
Odoc_module.t_module