Module Fd.ModeSource

Sourcetype t = [
  1. | `r
  2. | `rw
  3. | `w
]
Sourceval equal : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit