You can search for identifiers within the package.
in-package search v0.2.0
module type INTERFACE = sig ... end
module type UNTYPED = sig ... end
module Untyped : UNTYPED
module type TYPEABLE = sig ... end
module Typeable : TYPEABLE
module Identity : sig ... end