ekmett / free

free monads
http://hackage.haskell.org/package/free
Other
159 stars 65 forks source link

MonadAccum instance #229

Open turion opened 6 months ago

turion commented 6 months ago

There should be an instance MonadAccum w m => MonadAccum w (FreeT f m) similar to the MonadState instance.