val pp_unit_ :
Ppx_deriving_runtime.Format.formatter ->
unit_ ->
Ppx_deriving_runtime.unitval show_unit_ : unit_ -> Ppx_deriving_runtime.stringval equal_unit_ : unit_ -> unit_ -> Ppx_deriving_runtime.boolval pp_short :
Ppx_deriving_runtime.Format.formatter ->
short ->
Ppx_deriving_runtime.unitval show_short : short -> Ppx_deriving_runtime.stringval equal_short : short -> short -> Ppx_deriving_runtime.boolval pp_long :
Ppx_deriving_runtime.Format.formatter ->
long ->
Ppx_deriving_runtime.unitval show_long : long -> Ppx_deriving_runtime.stringval equal_long : long -> long -> Ppx_deriving_runtime.boolval pp_integer :
Ppx_deriving_runtime.Format.formatter ->
integer ->
Ppx_deriving_runtime.unitval show_integer : integer -> Ppx_deriving_runtime.stringval pp_byte :
Ppx_deriving_runtime.Format.formatter ->
byte ->
Ppx_deriving_runtime.unitval show_byte : byte -> Ppx_deriving_runtime.stringval equal_byte : byte -> byte -> Ppx_deriving_runtime.boolval pp_float_ :
Ppx_deriving_runtime.Format.formatter ->
float_ ->
Ppx_deriving_runtime.unitval show_float_ : float_ -> Ppx_deriving_runtime.stringval equal_float_ : float_ -> float_ -> Ppx_deriving_runtime.boolval pp_double :
Ppx_deriving_runtime.Format.formatter ->
double ->
Ppx_deriving_runtime.unitval show_double : double -> Ppx_deriving_runtime.stringval equal_double : double -> double -> Ppx_deriving_runtime.boolval pp_string_ :
Ppx_deriving_runtime.Format.formatter ->
string_ ->
Ppx_deriving_runtime.unitval show_string_ : string_ -> Ppx_deriving_runtime.stringval pp_boolean_ :
Ppx_deriving_runtime.Format.formatter ->
boolean_ ->
Ppx_deriving_runtime.unitval show_boolean_ : boolean_ -> Ppx_deriving_runtime.stringval pp_char_ :
Ppx_deriving_runtime.Format.formatter ->
char_ ->
Ppx_deriving_runtime.unitval show_char_ : char_ -> Ppx_deriving_runtime.stringval equal_char_ : char_ -> char_ -> Ppx_deriving_runtime.boolval pp_bigint :
Ppx_deriving_runtime.Format.formatter ->
bigint ->
Ppx_deriving_runtime.unitval show_bigint : bigint -> Ppx_deriving_runtime.stringval equal_bigint : bigint -> bigint -> Ppx_deriving_runtime.booltype timestamp = Smaws_Lib__.CoreTypes.Timestamp.tval pp_timestamp :
Ppx_deriving_runtime.Format.formatter ->
timestamp ->
Ppx_deriving_runtime.unitval show_timestamp : timestamp -> Ppx_deriving_runtime.stringtype document = Smaws_Lib__.CoreTypes.Document.tval pp_document :
Ppx_deriving_runtime.Format.formatter ->
document ->
Ppx_deriving_runtime.unitval show_document : document -> Ppx_deriving_runtime.stringval pp_resource :
Ppx_deriving_runtime.Format.formatter ->
resource ->
Ppx_deriving_runtime.unitval show_resource : resource -> Ppx_deriving_runtime.stringtype blob = Stdlib.Bytes.tval pp_blob :
Ppx_deriving_runtime.Format.formatter ->
blob ->
Ppx_deriving_runtime.unitval show_blob : blob -> Ppx_deriving_runtime.stringval equal_blob : blob -> blob -> Ppx_deriving_runtime.boolval pp_nullable :
'a. (Ppx_deriving_runtime.Format.formatter ->
'a ->
Ppx_deriving_runtime.unit) ->
Ppx_deriving_runtime.Format.formatter ->
'a nullable ->
Ppx_deriving_runtime.unitval show_nullable :
'a. (Ppx_deriving_runtime.Format.formatter ->
'a ->
Ppx_deriving_runtime.unit) ->
'a nullable ->
Ppx_deriving_runtime.stringval equal_nullable :
'a. ('a -> 'a -> Ppx_deriving_runtime.bool) ->
'a nullable ->
'a nullable ->
Ppx_deriving_runtime.bool