You can search for identifiers within the package.
in-package search v0.2.0
type id = string
val sexp_of_id : id -> Sexplib0.Sexp.t
type tag = [
| `Heading
Introduces a new build step
| `Note
Informational output from OBuilder
| `Output
Raw output from the build command
]
type logger = tag -> string -> unit
module type STORE = sig ... end
module type SANDBOX = sig ... end
module type BUILDER = sig ... end