package guardian

  1. Overview
  2. Docs
type 'a t
val id : 'a t -> Uuid.Target.t
val owner : 'a t -> Uuid.Actor.t option
val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val to_yojson : ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t
val show : 'a t -> string
val pp : Format.formatter -> 'a t -> unit
val make : ?owner:Uuid.Actor.t -> 'a -> Uuid.Target.t -> 'a t
OCaml

Innovation. Community. Security.