package colombe

  1. Overview
  2. Docs
type t = [
  1. | `Hello of Domain.t
  2. | `Mail of Reverse_path.t * (string * string option) list
  3. | `Recipient of Forward_path.t * (string * string option) list
  4. | `Expand of string
  5. | `Data
  6. | `Data_end
  7. | `Help of string option
  8. | `Noop of string option
  9. | `Verify of string
  10. | `Reset
  11. | `Quit
  12. | `Verb of string * string list
  13. | `Payload of string
]
val equal : t -> t -> bool
val pp : t Fmt.t
module Decoder : sig ... end
module Encoder : sig ... end