M.Collection
Lifts collection interface into the monad.
This module provides two functors that take a basic collection interface and provide the Monad.Collection.S interface.
See Monad.Collection for more information.
module type S = Monads.Std.Monad.Collection.S with type 'a m := 'a t
Eager(C)
derives Monad.Collection.S for container C