package mrmime

  1. Overview
  2. Docs
val is_ascii : char -> bool
exception Not_satisfy
type t = {
  1. normalized : string;
  2. raw : string;
}
val pp : Stdlib.Format.formatter -> t -> unit
val failf : ((Stdlib.Format.formatter -> t -> unit) -> t -> t Angstrom.t, Stdlib.Format.formatter, unit, t Angstrom.t) Stdlib.format4 -> (Stdlib.Format.formatter -> t -> unit) -> t -> t Angstrom.t
val with_uutf : (char -> bool) -> t Angstrom.t
val with_uutf_without_raw : (char -> bool) -> string Angstrom.t
val with_uutf1 : (char -> bool) -> t Angstrom.t
val with_uutf1_without_raw : (char -> bool) -> string Angstrom.t
OCaml

Innovation. Community. Security.