module Postmark : sig ... endmodule Message : sig ... endmodule type With_container : sig ... endmodule With_lazy_list : With_container with type t = Message.t Core_extended.Std.Lazy_list.tmodule With_seq : With_container with type t = Message.t Core_extended.Std.Lazy_sequence.tWarning: When created from a file descriptor, the resulting mailbox can only be traversed once.
module With_pipe : sig ... end