package guardian

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