package async_smtp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A rudimentary Name_generator for use in tests that guarantees that the Lexicographic order corresponds to the time ordering

module Make (S : sig ... end) : sig ... end

Like Make above, but ensures a stricter ordering for use in test cases. S.Name_generator must provide a strict time ordering, such as Lexicographic_time_order_name_generator.