package email_message

  1. Overview
  2. Docs
E-mail message parser

Install

Dune Dependency

Authors

Maintainers

Sources

email_message-v0.14.0.tar.gz
sha256=8785af9f579962a2ed67dfa5f1277695ee505d1115f835a39b03a0d68abf74a4
md5=7ded9a91a978ec40b3c2dacf4303d998

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

Module Email_address.Replace_polymorphic_compareSource

include Base.Comparisons.Infix with type t := t
Sourceval (>=) : t -> t -> bool
Sourceval (<=) : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval (>) : t -> t -> bool
Sourceval (<) : t -> t -> bool
Sourceval (<>) : t -> t -> bool
Sourceval equal : t -> t -> bool
Sourceval 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.

Sourceval min : t -> t -> t
Sourceval max : t -> t -> t
OCaml

Innovation. Community. Security.