package ocaml-base-compiler

  1. Overview
  2. Docs
type result_element = Odoc_search.result_element =
  1. | Res_module of Module.t_module
  2. | Res_module_type of Module.t_module_type
  3. | Res_class of Class.t_class
  4. | Res_class_type of Class.t_class_type
  5. | Res_value of Value.t_value
  6. | Res_type of Type.t_type
  7. | Res_extension of Extension.t_extension_constructor
  8. | Res_exception of Exception.t_exception
  9. | Res_attribute of Value.t_attribute
  10. | Res_method of Value.t_method
  11. | Res_section of string * text
  12. | Res_recfield of Type.t_type * Type.record_field
  13. | Res_const of Type.t_type * Type.variant_constructor
type search_result = result_element list
val search_by_name : Module.t_module list -> Str.regexp -> search_result
val values : Module.t_module list -> Value.t_value list
val exceptions : Module.t_module list -> Exception.t_exception list
val types : Module.t_module list -> Type.t_type list
val attributes : Module.t_module list -> Value.t_attribute list
val methods : Module.t_module list -> Value.t_method list
val classes : Module.t_module list -> Class.t_class list
val class_types : Module.t_module list -> Class.t_class_type list
val modules : Module.t_module list -> Module.t_module list
val module_types : Module.t_module list -> Module.t_module_type list