Cf_seqmonad.FunctorThis module defines monad functors that produce modules with functions that operate on sequences of monads.
module type Unary = sig ... endThe unary monad support module type.
module type Binary = sig ... endThe binary monad support module type.
module type Trinary = sig ... endThe trinary monad support module type.
module Core = Cf_monad_coreAliases and inclusions.
The unary monad support composer.
The binary monad support composer.