You can search for identifiers within the package.
in-package search v0.2.0
verdict
Verdict.Model
type t = {
name : string;
description : string;
release_date : string;
}
val list_of_yojson : Yojson.Safe.t -> (t list, Error.t) result