You can search for identifiers within the package.
in-package search v0.2.0
type t = Bencode.t
type bencode = t
type !'a sequence = ('a -> unit) -> unit
module Encode : sig ... end
val pretty : Format.formatter -> t -> unit
val pretty_to_str : t -> string
module Decode : sig ... end