You can search for identifiers within the package.
in-package search v0.2.0
An modified S-expression library that distinguishes literal strings and * atoms
type t =
| Literal of Base.string
| Atom of Base.string
| List of t Base.list
val to_string : t -> Base.string