Traversable.Core_over_monad
module M : Preface_specs.MONAD
module Req : Preface_specs.Traversable.WITH_TRAVERSE with type 'a t = 'a M.t
type 'a t = 'a Req.t
The type held by the Traversable
.
type 'a iter = 'a Req.iter
The iterable type held by the Traversable
.