package email_message

  1. Overview
  2. Docs
E-mail message parser

Install

Dune Dependency

Authors

Maintainers

Sources

email_message-v0.12.0.tar.gz
sha256=719364217256f7689ecc53ff795927b90bb8be297395fd6f3d40fd4dc7b04f5c
md5=7eac9d8a766b2d4460dd98b1fb028e09

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.