Module Values.MessageUsefulnessReasonSource

Sourcetype nonrec t =
  1. | NOT_FACTUALLY_CORRECT
  2. | HARMFUL_OR_UNSAFE
  3. | INCORRECT_OR_MISSING_SOURCES
  4. | NOT_HELPFUL
  5. | FACTUALLY_CORRECT
  6. | COMPLETE
  7. | RELEVANT_SOURCES
  8. | HELPFUL
  9. | NOT_BASED_ON_DOCUMENTS
  10. | NOT_COMPLETE
  11. | NOT_CONCISE
  12. | OTHER
  13. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t