Module Jenga_lib.Db.Rule_proxy

type t = {
targets : Proxy_map.t;
deps : Proxy_map.t;
action : Action_proxy.t;
}
include sig ... end
val action : t ‑> Action_proxy.t
val deps : t ‑> Proxy_map.t
val targets : t ‑> Proxy_map.t
module Fields : sig ... end
val compare : t ‑> t ‑> int