package MlFront_Core

  1. Overview
  2. Docs

Module MlFront_Core.PartySource

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