You can search for identifiers within the package.
in-package search v0.2.0
cairn
Grammar.Symbol
type t =
| T of terminal
| N of nonterminal
val name : ?mangled:bool -> t -> string
val hash : t -> int
val equal : t -> t -> bool
val compare : t -> t -> int