You can search for identifiers within the package.
in-package search v0.2.0
type input = float array
type t
val describe : t -> string
type spec = tikhonov_spec
val eval : t -> input -> float
val regress : spec option -> pred:input array -> resp:float array -> t
val residuals : t -> float array
val coefficients : t -> float array