You can search for identifiers within the package.
in-package search v0.2.0
type value = [
| `Int64 of int64
| `Uint64 of int64
| `String of string
| `Pointer of int64
| `Koid of int64
| `Unknown of int
]
type t = (string * value) list