You can search for identifiers within the package.
in-package search v0.2.0
module IO : sig ... end
A module defining a nonblocking I/O monadic interface.
val wait : t -> Status.t -> Status.t IO.future
wait mariadb status must wait for the events set in status to occur in the mariadb connection and return a Status.t indicating which events have actually occured.
wait mariadb status
status
mariadb
Status.t