Module Async_smtp__.With_info
type 'a with_here
= here:Core.Source_code_position.t -> 'a
type 'a with_maybe_here
= ?here:Core.Source_code_position.t -> 'a
type 'a with_reject
= ?reject:Async_smtp.Smtp_reply.t -> 'a with_here
type 'a with_tag
= ?tag:string -> 'a with_here