Preface_specs.Writer
A Writer monad parametrized over an inner Monad and an tape which is a Monoid. Writer is a monad transformer.
Writer monad
Monad
Monoid
Writer
module type CORE = sig ... end
Operation of Writer monad parametrized over an inner monad and a monoidal tape.
module type API = sig ... end
The complete interface of a Writer monad which introduces the Monad API into the Writer API.