request-monad v0.3.0.1 Release Notes

Release Date: 2014-06-27 // almost 10 years ago
    • ๐Ÿ”„ Change the internal datastructure for RequestT from a data to a newtype

Previous changes from v0.3.0.0

    • ๐Ÿ‘‰ Use FreeT monad to implement RequestT
    • ๐Ÿ”„ Change the type of callback given to requestT from r' -> m a to r' -> RequestT r r' m a