You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Std of {
lane : int;
error : int;
}
| Trans of {
val compare : t -> t -> int
val pp_state : Format.formatter -> t -> unit