You can search for identifiers within the package.
in-package search v0.2.0
type v =
| Name
| Kernel
| Memory
| Block of Block.block_t
| Network of string
type t = (v * string) list
val string_of_v : v -> string
val lookup : (v * string) list -> v -> string
val defaults : Info.t -> (v * string) list