Module Uspf.ResultSource

Sourcetype t = [
  1. | `None
  2. | `Neutral
  3. | `Pass of mechanism
  4. | `Fail
  5. | `Softfail
  6. | `Temperror
  7. | `Permerror
]
Sourceval pp : Format.formatter -> t -> unit