package email_message

  1. Overview
  2. Docs
E-mail message parser

Install

Dune Dependency

Authors

Maintainers

Sources

email_message-v0.13.0.tar.gz
sha256=56ff395814d5644317d72983952f54658bad49a979717e68f76fb230fc1b16b2
md5=a19f9522600fbc20f16eaa5be90b1ffe

doc/email_message.email_address/Email_address/Replace_polymorphic_compare/index.html

Module Email_address.Replace_polymorphic_compare

include Base.Comparisons.Infix with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
val equal : t -> t -> bool
val compare : t -> t -> int

compare t1 t2 returns 0 if t1 is equal to t2, a negative integer if t1 is less than t2, and a positive integer if t1 is greater than t2.

val min : t -> t -> t
val max : t -> t -> t
OCaml

Innovation. Community. Security.