You can search for identifiers within the package.
in-package search v0.2.0
Bins.
type t = Element.t
val of_element : Element.t -> t
val add : t -> Element.t -> unit
val add_many : t -> Element.t list -> unit
val get_by_name : t -> string -> Element.t
get_by_name "foo" find a bin by name. Raises Not_found if element does not exist.
get_by_name "foo"
Not_found