You can search for identifiers within the package.
in-package search v0.2.0
zeit
scale.ml
1 2 3 4 5 type t = { current : int ; min : int ; max : int } [@@deriving eq, show, of_yojson]
1 2 3 4 5
type t = { current : int ; min : int ; max : int } [@@deriving eq, show, of_yojson]