Imandrakit_error.KindError kinds.
Each error has a single kind that is a concise description of the nature of the error. More details are typically provided in the error message.
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval to_twine : t Imandrakit_twine.Encode.encoderval of_twine : t Imandrakit_twine.Decode.decoderval hash : t -> intval make : name:string -> unit -> tval name : t -> stringval generic_internal_error : tAny internal error that's not more specific
val timeout : tTimeout
val todo : tNot implemented yet
module Tbl : CCHashtbl.S with type key = t