package riot

  1. Overview
  2. Docs
type t = [
  1. | `r
  2. | `rw
  3. | `w
]
val equal : t -> t -> bool
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.