Module Stable.V1

type ('a, 'field) t = ( 'a, 'field ) Mina_wire_types.Mina_base.With_stack_hash.V1.t = {
elt : 'a;
stack_hash : 'field;
}
val to_yojson : 'a 'field. ( 'a -> Yojson.Safe.t ) -> ( 'field -> Yojson.Safe.t ) -> ( 'a, 'field ) t -> Yojson.Safe.t
val of_yojson : 'a 'field. ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'field Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'a, 'field ) t Ppx_deriving_yojson_runtime.error_or
val _ : ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'a, 'b ) t Ppx_deriving_yojson_runtime.error_or
val bin_shape_t : Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t
val bin_size_t : 'a 'field. 'a Core_kernel.Bin_prot.Size.sizer -> 'field Core_kernel.Bin_prot.Size.sizer -> ( 'a, 'field ) t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : 'a 'field. 'a Core_kernel.Bin_prot.Write.writer -> 'field Core_kernel.Bin_prot.Write.writer -> ( 'a, 'field ) t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : 'a Core_kernel.Bin_prot.Type_class.writer -> 'b Core_kernel.Bin_prot.Type_class.writer -> ( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : 'a 'field. 'a Core_kernel.Bin_prot.Read.reader -> 'field Core_kernel.Bin_prot.Read.reader -> ( int -> ( 'a, 'field ) t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : 'a 'field. 'a Core_kernel.Bin_prot.Read.reader -> 'field Core_kernel.Bin_prot.Read.reader -> ( 'a, 'field ) t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : 'a Core_kernel.Bin_prot.Type_class.reader -> 'b Core_kernel.Bin_prot.Type_class.reader -> ( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.reader
val bin_t : 'a Core_kernel.Bin_prot.Type_class.t -> 'b Core_kernel.Bin_prot.Type_class.t -> ( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val t_of_sexp : 'a 'field. ( Ppx_sexp_conv_lib.Sexp.t -> 'a ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'field ) -> Ppx_sexp_conv_lib.Sexp.t -> ( 'a, 'field ) t
val sexp_of_t : 'a 'field. ( 'a -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'field -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'a, 'field ) t -> Ppx_sexp_conv_lib.Sexp.t
val compare : 'a 'field. ( 'a -> 'a -> int ) -> ( 'field -> 'field -> int ) -> ( 'a, 'field ) t -> ( 'a, 'field ) t -> int
val equal : 'a 'field. ( 'a -> 'a -> bool ) -> ( 'field -> 'field -> bool ) -> ( 'a, 'field ) t -> ( 'a, 'field ) t -> bool
val hash_fold_t : 'a 'field. ( Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'field -> Ppx_hash_lib.Std.Hash.state ) -> Ppx_hash_lib.Std.Hash.state -> ( 'a, 'field ) t -> Ppx_hash_lib.Std.Hash.state
val stack_hash : ( 'a, 'b ) t -> 'c
val elt : ( 'a, 'b ) t -> 'c
module Fields : sig ... end
val quickcheck_generator : 'a Base_quickcheck.Generator.t -> 'b Base_quickcheck.Generator.t -> ( 'c, 'd ) t Base_quickcheck.Generator.t
val quickcheck_observer : 'a Base_quickcheck.Observer.t -> 'b Base_quickcheck.Observer.t -> ( 'c, 'd ) t Base_quickcheck.Observer.t
val quickcheck_shrinker : 'a Base_quickcheck.Shrinker.t -> 'b Base_quickcheck.Shrinker.t -> ( 'c, 'd ) t Base_quickcheck.Shrinker.t