View Source Funx.Monad.Writer.Result (funx v0.1.3)
Represents the result of running a Writer computation: the final value and the accumulated monoid.
Summary
Types
@type t(a, l) :: %Funx.Monad.Writer.Result{log: l, value: a}
Represents the result of running a Writer computation: the final value and the accumulated monoid.
@type t(a, l) :: %Funx.Monad.Writer.Result{log: l, value: a}