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
withError
@since
withError lacks a @since annotation: https://hackage.haskell.org/package/mtl-2.3.1/docs/Control-Monad-Error-Class.html#v:withError I think this hasn't been in mtl forever, e.g. missing still in mtl-2.2.2: https://hackage.haskell.org/package/mtl-2.2.2/docs/Control-Monad-Error-Class.html#v:withError Hit me in the wild at: https://github.com/agda/agda/actions/runs/11103657461/job/30846087778?pr=7519#step:11:423
mtl
mtl-2.2.2
Probably some more functions that entered in mtl-2.3 need such an annotation.
mtl-2.3
The text was updated successfully, but these errors were encountered:
ATTN: @emilypi
Sorry, something went wrong.
I can add an annotation here. Any gripes @kozross?
None from me.
No branches or pull requests
withError
lacks a@since
annotation: https://hackage.haskell.org/package/mtl-2.3.1/docs/Control-Monad-Error-Class.html#v:withErrorI think this hasn't been in
mtl
forever, e.g. missing still inmtl-2.2.2
: https://hackage.haskell.org/package/mtl-2.2.2/docs/Control-Monad-Error-Class.html#v:withErrorHit me in the wild at: https://github.com/agda/agda/actions/runs/11103657461/job/30846087778?pr=7519#step:11:423
Probably some more functions that entered in
mtl-2.3
need such an annotation.The text was updated successfully, but these errors were encountered: