mtl icon indicating copy to clipboard operation
mtl copied to clipboard

`withError` lacks a `@since` annotation

Open andreasabel opened this issue 1 year ago • 3 comments

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

Probably some more functions that entered in mtl-2.3 need such an annotation.

andreasabel avatar Sep 30 '24 10:09 andreasabel

ATTN: @emilypi

andreasabel avatar Sep 30 '24 10:09 andreasabel

I can add an annotation here. Any gripes @kozross?

emilypi avatar Sep 30 '24 18:09 emilypi

None from me.

kozross avatar Oct 01 '24 00:10 kozross

This was done in 7e51363 but hasn't been released yet

meipp avatar Sep 12 '25 12:09 meipp