Module Async_kernel__.Monad_sequence_unit_tests

module Deferred = Async_kernel__.Deferred1
module type Comparison_sequence : sig ... end

The interface that must be satisfied by a sequence used to compare a monad sequence implementation against.

module Make : functor (M : Comparison_sequence) -> functor (S : Deferred.Monad_sequence with type t := a M.t) -> sig ... end