Validate.Responsetype rej_reason = Reason why a definition is rejected
val pp_rej_reason :
Ppx_deriving_runtime.Format.formatter ->
rej_reason ->
Ppx_deriving_runtime.unitval show_rej_reason : rej_reason -> Ppx_deriving_runtime.stringval str_of_reason : long:bool -> rej_reason -> stringPrint the reason some definition was rejected.
val pp_on_success :
Ppx_deriving_runtime.Format.formatter ->
on_success ->
Ppx_deriving_runtime.unitval show_on_success : on_success -> Ppx_deriving_runtime.stringtype t = ( on_success, rej_reason ) Stdlib.resultval pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.string