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_orinclude Bin_prot.Binable.S1 with type 'f t := 'f t
val bin_shape_t : Bin_prot.Shape.t -> Bin_prot.Shape.tval bin_size_t : ( 'a, 'a t ) Bin_prot.Size.sizer1val bin_write_t : ( 'a, 'a t ) Bin_prot.Write.writer1val bin_read_t : ( 'a, 'a t ) Bin_prot.Read.reader1val __bin_read_t__ : ( 'a, int -> 'a t ) Bin_prot.Read.reader1val bin_writer_t : ( 'a, 'a t ) Bin_prot.Type_class.S1.writerval bin_reader_t : ( 'a, 'a t ) Bin_prot.Type_class.S1.readerval bin_t : ( 'a, 'a t ) Bin_prot.Type_class.S1.tinclude Ppx_sexp_conv_lib.Sexpable.S1 with type 'f t := 'f t
val t_of_sexp : ( Sexplib0__.Sexp.t -> 'a ) -> Sexplib0__.Sexp.t -> 'a tval sexp_of_t : ( 'a -> Sexplib0__.Sexp.t ) -> 'a t -> Sexplib0__.Sexp.tval compare : ( 'f -> 'f -> int ) -> 'f t -> 'f t -> intval equal : ( 'f -> 'f -> bool ) -> 'f t -> 'f t -> boolval hash_fold_t :
( Ppx_hash_lib.Std.Hash.state -> 'f -> Ppx_hash_lib.Std.Hash.state ) ->
Ppx_hash_lib.Std.Hash.state ->
'f t ->
Ppx_hash_lib.Std.Hash.state