You can search for identifiers within the package.
in-package search v0.2.0
module type MAIN = sig ... end
module type HVSOCK = sig ... end
module Make (Time : V1_LWT.TIME) (Main : MAIN) : HVSOCK
Create an HVSOCK implementation given the ability to sleep and the ability to run code in the main Lwt thread