package guardian

  1. Overview
  2. Docs
type t =
  1. | And of t list
  2. | Or of t list
  3. | One of Effect.t
  4. | SpecificRole of ActorRoles.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 and_ : t list -> t
val or_ : t list -> t
val one : Effect.t -> t
val specific_role : ActorRoles.t -> t
val empty : t
OCaml

Innovation. Community. Security.