You can search for identifiers within the package.
in-package search v0.2.0
A BSD-socket-like interface for establishing flows by connecting to a well-known address (see Client) or by listening for incoming connections on a well-known address (see Server)
module type Client = sig ... end
module type Server = sig ... end