You can search for identifiers within the package.
in-package search v0.2.0
module type S = sig ... end
module Make (Http : Cohttp_lwt.S.Server) (Store : Irmin.S with type Private.Sync.endpoint = Git_mirage.endpoint) (Pclock : Mirage_clock.PCLOCK) : S with module Pclock = Pclock and module Store = Store and module Http = Http