request-monad v0.3.0.1 Release Notes
Release Date: 2014-06-27 // almost 11 years ago-
- ๐ Change the internal datastructure for
RequestT
from adata
to anewtype
- ๐ Change the internal datastructure for
Previous changes from v0.3.0.0
-
- ๐ Use
FreeT
monad to implementRequestT
- ๐ Change the type of callback given to
requestT
fromr' -> m a
tor' -> RequestT r r' m a
- ๐ Use