You can search for identifiers within the package.
in-package search v0.2.0
Clients of tidy_email may want a mock email backend suitable for unit tests. The backend described in this module accumulates messages in a list for later analysis.
type config = Email.t list Stdlib.ref
val send : config -> Email.t -> (unit, string) Lwt_result.t