Module Stable.V2

type 'f t = 'f Kimchi_types.scalar_challenge = {
inner : 'f;
}
val to_yojson : ( 'f -> Yojson.Safe.t ) -> 'f t -> Yojson.Safe.t
val of_yojson : ( Yojson.Safe.t -> 'f Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> 'f t Ppx_deriving_yojson_runtime.error_or
val bin_shape_t : Bin_prot.Shape.t -> Bin_prot.Shape.t
val bin_size_t : 'f Bin_prot.Size.sizer -> 'f t Bin_prot.Size.sizer
val bin_write_t : 'f Bin_prot.Write.writer -> 'f t Bin_prot.Write.writer
val bin_read_t : 'f Bin_prot.Read.reader -> 'f t Bin_prot.Read.reader
val __versioned__ : unit
val t_of_sexp : ( Ppx_sexp_conv_lib.Sexp.t -> 'f ) -> Ppx_sexp_conv_lib.Sexp.t -> 'f t
val sexp_of_t : ( 'weak5 -> Ppx_sexp_conv_lib.Sexp.t ) -> 'weak5 t -> Ppx_sexp_conv_lib.Sexp.t
val compare : ( 'f -> 'f -> int ) -> 'f t -> 'f t -> int
val equal : ( 'f -> 'f -> bool ) -> 'f t -> 'f t -> bool
val hash_fold_t : ( Base_internalhash_types.state -> 'f -> Base_internalhash_types.state ) -> Base_internalhash_types.state -> 'f t -> Base_internalhash_types.state