Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type mailbox = [ `String of string | `Dot_string of string list ] * Domain.t
val pp_local :
Format.formatter ->
[< `Dot_string of string list | `String of string ] ->
unit
val pp : Format.formatter -> t -> unit
module Decoder : sig ... end
val error_msgf :
('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 ->
'a
val of_string_exn : string -> t
module Encoder : sig ... end