package guardian

  1. Overview
  2. Docs

Module Guard.ValidationSetSource

Sourcetype t = Guardian.Make(ActorRoles)(TargetRoles).ValidationSet.t =
  1. | And of t list
  2. | Or of t list
  3. | One of Effect.t
  4. | SpecificRole of ActorRoles.t
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval compare : t -> t -> int
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval and_ : t list -> t
Sourceval or_ : t list -> t
Sourceval one : Effect.t -> t
Sourceval specific_role : ActorRoles.t -> t
Sourceval empty : t
OCaml

Innovation. Community. Security.