You can search for identifiers within the package.
in-package search v0.2.0
module type Server = sig ... end
module Server (Flow : Mirage_flow.S) : Server with type socket = Flow.flow
module type Client = H2_lwt.Client
module Client (Flow : Mirage_flow.S) : Client with type socket = Flow.flow