You can search for identifiers within the package.
in-package search v0.2.0
type error = [
| `Invalid_command of string
| `Invalid_domain of string
| Decoder.error
]
val pp_error : error Fmt.t
val add_extension : string -> unit
val request : ?relax:bool -> Decoder.decoder -> (t, [> error ]) Decoder.state
val of_string : string -> (t, [> error ]) result
val of_string_raw : string -> int ref -> (t, [> error ]) result