You can search for identifiers within the package.
in-package search v0.2.0
type t
type elt = {
platform : Platform.t;
digest : Image.digest;
}
val fetch : Image.tag -> Token.t -> (t, [> fetch_errors ]) Stdlib.result Lwt.t
val elements : t -> elt list
val pp : Stdlib.Format.formatter -> t -> unit