You can search for identifiers within the package.
in-package search v0.2.0
decoders
Decoders.Encode
module type S = sig ... end
module type Encodeable = sig ... end
module Make (E : Encodeable) : S with type value = E.value