We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MonadFail
After doing a bit of research, I conjecture that the MonadFail instances (e.g. for ReaderT) were added in mtl-2.2.1. However, this information isn't attached to these instances in the haddocks (e.g. https://hackage.haskell.org/package/mtl-2.2.1/docs/Control-Monad-Reader.html#v:fail), nor is it mentioned in the CHANGELOG (https://hackage.haskell.org/package/mtl-2.2.2/changelog).
ReaderT
mtl-2.2.1
Proposal:
since
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After doing a bit of research, I conjecture that the
MonadFail
instances (e.g. forReaderT
) were added inmtl-2.2.1
.However, this information isn't attached to these instances in the haddocks (e.g. https://hackage.haskell.org/package/mtl-2.2.1/docs/Control-Monad-Reader.html#v:fail), nor is it mentioned in the CHANGELOG (https://hackage.haskell.org/package/mtl-2.2.2/changelog).
Proposal:
since
information to the docsThe text was updated successfully, but these errors were encountered: