there's also the typeclass `MonadWriter` that you ...
# arrow
p
there's also the typeclass
MonadWriter
that you could implement for
IO
or
Either
that is backed up by a mutable structure or some other construct of your choice