You can search for identifiers within the package.
in-package search v0.2.0
exception Retry
Raised on failed requests that may be safely retried - even on non-idempotent requests. Raised for example on timeout or connection suhtdown by remote end.
module Make (Net : S.Net) : S.Connection with module Net = Net