You can search for identifiers within the package.
in-package search v0.2.0
This modules reifies Coq side effects into an algebraic structure.
This is obviously very convenient for upper layer programming.
As of today this includes feedback and exceptions.
type payload = Loc.t option * Pp.t
type t = private
| User of payload
| Anomaly of payload