Mina_base.Call_stack_digest
module Stable : sig ... end
type t = Stable.V1.t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t :
Base_internalhash_types.state ->
t ->
Base_internalhash_types.state
val hash : t -> int
val cons : Stack_frame.Digest.t -> t -> t
val empty : t
val gen : t Core_kernel.Quickcheck.Generator.t
module Checked : sig ... end
val typ : ( Checked.t, t ) Pickles.Impls.Step.Typ.t