Odoc_search.Predicatesval p_module : Odoc_module.t_module -> t -> bool * boolval p_module_type : Odoc_module.t_module_type -> t -> bool * boolval p_class : Odoc_class.t_class -> t -> bool * boolval p_class_type : Odoc_class.t_class_type -> t -> bool * boolval p_value : Odoc_value.t_value -> t -> boolval p_recfield : Odoc_type.t_type -> Odoc_type.record_field -> t -> boolval p_const : Odoc_type.t_type -> Odoc_type.variant_constructor -> t -> boolval p_type : Odoc_type.t_type -> t -> bool * boolval p_extension : Odoc_extension.t_extension_constructor -> t -> boolval p_exception : Odoc_exception.t_exception -> t -> boolval p_attribute : Odoc_value.t_attribute -> t -> boolval p_method : Odoc_value.t_method -> t -> boolval p_section : string -> t -> bool