Funx.Monad.Writer.Result (funx v0.8.4)

View Source

Run in Livebook

Represents the result of running a Writer computation: the final value and the accumulated monoid.

Summary

Types

t(a, l)

@type t(a, l) :: %Funx.Monad.Writer.Result{log: l, value: a}