Legend:
Library
Module
Module type
Parameter
Class
Class type
Monadic traversors over Stdlib.Seq.
This Make functor produces functions to traverse Stdlib.Seq sequences, when the function provided by the user is within a monad.
The Make functor does not export a new type: it only exports traversors for the existing type exported by the Stdlib. If you need tighter integration between your monad and the sequence, checkout Seqes.Monadic.
The buld of the documentation is located in the Seqes.Sigs1 module. Familiarity with the Stdlib.Seq module is also assumed.