Odoc_ast.Typedtree_searchtype tab = (ele, Typedtree.structure_item_desc) Stdlib.Hashtbl.ttype tab_values =
(Odoc_name.t, Typedtree.pattern * Typedtree.expression) Stdlib.Hashtbl.tval tables : Typedtree.structure_item list -> tab * tab_valuesval search_module : tab -> string -> Typedtree.module_exprval search_module_type : tab -> string -> Typedtree.module_type_declarationval search_extension : tab -> string -> Typedtree.type_extensionval search_type_declaration : tab -> string -> Typedtree.type_declarationval search_class_exp :
tab ->
string ->
Typedtree.class_expr * Types.type_expr listval search_class_type_declaration :
tab ->
string ->
Typedtree.class_type_declarationval search_value :
tab_values ->
string ->
Typedtree.pattern * Typedtree.expressionval search_primitive : tab -> string -> Types.type_exprval get_nth_inherit_class_expr :
Typedtree.class_structure ->
int ->
Typedtree.class_exprval search_attribute_type :
Typedtree.class_structure ->
string ->
Types.type_exprval search_method_expression :
Typedtree.class_structure ->
string ->
Typedtree.expression