Odoc_info.Searchtype result_element = Odoc_search.result_element = | Res_module of Module.t_module| Res_module_type of Module.t_module_type| Res_class of Class.t_class| Res_class_type of Class.t_class_type| Res_value of Value.t_value| Res_type of Type.t_type| Res_extension of Extension.t_extension_constructor| Res_exception of Exception.t_exception| Res_attribute of Value.t_attribute| Res_method of Value.t_method| Res_section of string * text| Res_recfield of Type.t_type * Type.record_field| Res_const of Type.t_type * Type.variant_constructortype search_result = result_element listval search_by_name : Module.t_module list -> Str.regexp -> search_resultval values : Module.t_module list -> Value.t_value listval extensions : Module.t_module list -> Extension.t_extension_constructor listval exceptions : Module.t_module list -> Exception.t_exception listval types : Module.t_module list -> Type.t_type listval attributes : Module.t_module list -> Value.t_attribute listval methods : Module.t_module list -> Value.t_method listval classes : Module.t_module list -> Class.t_class listval class_types : Module.t_module list -> Class.t_class_type listval modules : Module.t_module list -> Module.t_module listval module_types : Module.t_module list -> Module.t_module_type list