You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Cons of tag * t list
| Prim of tag * Cstruct.t
val tag : t -> tag
val pp_form_name : Format.formatter -> [< `Both | `Cons | `Prim ] -> unit
val pp_tag : Format.formatter -> t -> unit