-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hello!
It would be great, if Minio monad was implemented as a monad transformer, probably, like so:
newtype MinioT m a = Minio { unMinio :: ReaderT MinioConn (ResourceT m) a }
runMinioWith :: (MonadIO m) => MinioConn -> Minio m a -> m (Either MinioErr a)
... and so onI already forked this library, and I will let you know if I get anything working.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels