guardian.backend
Guard.Effect
guardian
type t = Action.t * TargetSpec.t
val equal : t -> t -> bool
val pp : Format.formatter -> t -> unit
val show : t -> string
val compare : t -> t -> int
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val create : 'a -> 'b -> 'a * 'b
val is_valid : t -> t -> bool