···70val pp_error : Format.formatter -> error -> unit
71(** [pp_error fmt e] pretty-prints an error with position information. *)
7200073(** {1 Constants}
7475 Punycode parameters as specified in
···70val pp_error : Format.formatter -> error -> unit
71(** [pp_error fmt e] pretty-prints an error with position information. *)
7273+val error_to_string : error -> string
74+(** [error_to_string e] converts an error to a human-readable string. *)
75+76(** {1 Constants}
7778 Punycode parameters as specified in