
15 Sep
2011
15 Sep
'11
8:53 p.m.
On Thu, Sep 15, 2011 at 7:50 PM, Matt Brown
Thanks for the clarification. Though the lazy version suits my present need well, I wonder if a variant strict in its monoid would be useful as well. If nothing else, it might help highlight that the Strict version is not, something I didn't realize until reading the source.
FYI- If you need one, you can model a particularly strict writer by using the state monad with the help of seq or ($!). -Edward