You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Header_too_short of int
| Invalid_channel of int
| Invalid_command_tag of int
| Unexpected_sequence_number of {
expected : int;
actual : int;
}