val to_yojson : ( 'f -> Yojson.Safe.t ) -> 'f t -> Yojson.Safe.tval of_yojson :
( Yojson.Safe.t -> 'f Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
'f t Ppx_deriving_yojson_runtime.error_orval bin_shape_t : Bin_prot.Shape.t -> Bin_prot.Shape.tval bin_size_t : 'f Bin_prot.Size.sizer -> 'f t Bin_prot.Size.sizerval bin_write_t : 'f Bin_prot.Write.writer -> 'f t Bin_prot.Write.writerval bin_read_t : 'f Bin_prot.Read.reader -> 'f t Bin_prot.Read.readerval t_of_sexp :
( Ppx_sexp_conv_lib.Sexp.t -> 'f ) ->
Ppx_sexp_conv_lib.Sexp.t ->
'f tval sexp_of_t :
( 'weak5 -> Ppx_sexp_conv_lib.Sexp.t ) ->
'weak5 t ->
Ppx_sexp_conv_lib.Sexp.tval compare : ( 'f -> 'f -> int ) -> 'f t -> 'f t -> intval equal : ( 'f -> 'f -> bool ) -> 'f t -> 'f t -> boolval hash_fold_t :
( Base_internalhash_types.state -> 'f -> Base_internalhash_types.state ) ->
Base_internalhash_types.state ->
'f t ->
Base_internalhash_types.state