On Thu, Sep 25, 2008 at 10:34 AM, Henning Thielemann
<[EMAIL PROTECTED]> wrote:
> Instead of rewriting from scratch, you can also define
>
>  newtype StateWriter l s a = StateWriter (StateT s (Writer l) a)

Thanks for the tip!  I knew there must be a way to reuse some of the
existing machinery.  I'll post back after I try this out.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to