You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Int32 of Base.int
| Int64 of Base.int
| Float32 of Base.float
| Float64 of Base.float
val int_exn : t -> Base.int
val float_exn : t -> Base.float
module Kind : sig ... end
val kind : t -> Kind.t