Skip to content

v0.4.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 01 Mar 01:25
· 6 commits to main since this release
f31a39f
  • Added new instances for StoreT: MonadReader, MonadTell, MonadWriter, MonadState, MonadCont, MonadRec, MonadTrans, and Distributive (#14 by @jhbertra)
  • (Breaking): Modified MonadAsk instance for StoreT to delegate to the base monad m instead of the wrapped ReaderT (HalogenStore a s) (#14 by @jhbertra)
  • Added MonadStore instances for other monad transformers: ContT, IdentityT, MaybeT, RWST, ReaderT, StateT, WriterT (#14 by @jhbertra)