You can search for identifiers within the package.
in-package search v0.2.0
Int or float
type t =
| Int of int
| Float of float
val pp : Format.formatter -> t -> unit
val add : t -> t -> t
val mul : t -> t -> t
val compare : t -> t -> int