Sourcetype t = [
  1. | `Them
  2. | `Us
  3. | `You
]
Sourceval pp : Stdlib.Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval compare : t -> t -> int