You can search for identifiers within the package.
in-package search v0.2.0
Enviroment for Web Applications.
module type DECODER = sig ... end
module type ENCODER = sig ... end
module type WEB_APPLICATION = sig ... end
module type BROWSER = sig ... end
module Make (Browser : BROWSER) : sig ... end