You can search for identifiers within the package.
in-package search v0.2.0
kinetic-client
Kinetic_error.Error
type msg = string
val pp_msg : Ppx_deriving_runtime.Format.formatter -> msg -> Ppx_deriving_runtime.unit
val show_msg : msg -> Ppx_deriving_runtime.string
type t =
| KineticError of int * msg
| Generic of string * int * msg
| Timeout of float * msg
| Assert of msg
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string