Closed chreekat closed 6 months ago
Sorry I don't know how to make reproducers.
In short, https://github.com/brendanhay/amazonka/issues/970 , which I will copy here for ease of reading:
Take for example https://hackage.haskell.org/package/amazonka-s3-2.0/docs/Amazonka-S3.html#v:newPutObject
Where is all the $sel stuff coming from?
$sel
Why are the comments for the first two arguments erroneous?
Maybe related: #1608
It may be related to the fact that PutObject is a record type but gets rendered as a non-record type.
PutObject
https://gitlab.haskell.org/ghc/ghc/-/issues/24558
Fixed upstream.
Or is that downstream
Sorry I don't know how to make reproducers.
In short, https://github.com/brendanhay/amazonka/issues/970 , which I will copy here for ease of reading:
Take for example https://hackage.haskell.org/package/amazonka-s3-2.0/docs/Amazonka-S3.html#v:newPutObject
Where is all the
$sel
stuff coming from?Why are the comments for the first two arguments erroneous?
Maybe related: #1608