You can search for identifiers within the package.
in-package search v0.2.0
type msg = string
type t =
| KineticError of int * msg
| Generic of string * int * msg
| Timeout of float * msg
| Assert of msg
val show : t -> string