Module Pulselib.PulseRefCounting

type access_type =
  1. | Strong
  2. | Weak
  3. | Unknown
val compare_access_type : access_type -> access_type -> int
val equal_access_type : access_type -> access_type -> bool
val pp_access_type : Stdlib.Format.formatter -> access_type -> unit