You can search for identifiers within the package.
in-package search v0.2.0
type file_format = [
| `Binary of string
| `File of string
]
val read_file : [< `Binary of string | `File of Lwt_io.file_name ] -> string Lwt.t
module Images : sig ... end
module Audio : sig ... end