Module Name_status.Diff_status

type t = [
  1. | `A
  2. | `D
  3. | `M
  4. | `R
  5. | `T
  6. | `C
  7. | `U
  8. | `Q
  9. | `I
  10. | `Question_mark
  11. | `Bang
  12. | `X
  13. | `Not_supported
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val parse_exn : string -> t