Module Jenga_lib.Db.Action_proxy

type t =
| Process of Process_proxy.t
| Save of Save_proxy.t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val compare : t ‑> t ‑> int
include Core.Hashable_binable with type t := t
type t
include sig ... end
val hash_fold_t : Base.Hash.state ‑> t ‑> Base.Hash.state
val hash : t ‑> Base.Hash.hash_value