You can search for identifiers within the package.
in-package search v0.2.0
type error = [
| `Invalid_code of int
| Decoder.error
]
val pp_error : error Fmt.t
val response : Decoder.decoder -> (t, [> error ]) Decoder.state
val of_string : string -> (t, [> error ]) Stdlib.result
val of_string_raw : string -> int Stdlib.ref -> (t, [> error ]) Stdlib.result