Module Name_status.Diff_status

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