You can search for identifiers within the package.
in-package search v0.2.0
type elist =
| [] : elist
| :: : ((string * 'a) * elist) -> elist
val show : elist -> unit
Display the memory representation of a list of labeled values, which can be of different OCaml types.