You can search for identifiers within the package.
in-package search v0.2.0
type value = [
| `Null
| `Bool of bool
| `Float of float
| `String of string
| `A of value list
| `O of (string * value) list
]
Compatible with Ezjsonm
type t = [