package seqes

  1. Overview
  2. Docs
module Sigs : sig ... end

Signatures for all the functors exported afterwards. The documentation of this module also introduces some general concepts of the library. It is a recommended reading for all users of the library.

module Standard : sig ... end

Functors to generate monadic traversors over the Stdlib.Seq.t type.

module Monadic : sig ... end

Functors to generate specialised monadic variants of the Stdlib.Seq.t type along with all the traversor and transformer functions.