Module 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 compare : t -> t -> int
val equal : t -> t -> bool
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 constant : t -> Checked.t