package guardian

  1. Overview
  2. Docs
type spec = [
  1. | `Actor of Uuid.Actor.t
  2. | `ActorEntity of A.t
]
val equal_spec : spec -> spec -> Ppx_deriving_runtime.bool
val compare_spec : spec -> spec -> Ppx_deriving_runtime.int
val value : [< `Actor of Uuid.Actor.t | `ActorEntity of A.t ] -> Ppx_deriving_runtime.string