You can search for identifiers within the package.
in-package search v0.2.0
type t
val create : location -> string -> t
empty create a new empty error container
empty
val register : t -> error -> unit
register t a add the element a to t
register t a
a
t
val report : t -> unit
report l prints the content of l
report l
l