You can search for identifiers within the package.
in-package search v0.2.0
type header = {
name : string;
value : string;
sensitive : bool;
}
type error =
| Decoding_error
module Encoder : sig ... end
module Decoder : sig ... end