Compile error with GHC-9.2
Open
- Dominant language
- Haskell
- Stars
- 29
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
... if one `allow-newer: stm`:
```
src/Control/Concurrent/Speculation/Foldable.hs:34:7: error:
Ambiguous occurrence ‘asum’
It could refer to
either ‘Control.Applicative.asum’,
imported from ‘Control.Applicative’ at src/Control/Concurrent/Speculation/Foldable.hs:78:1-26
(and originally defined in ‘Data.Foldable’)
or ‘Control.Concurrent.Speculation.Foldable.asum’,
defined at src/Control/Concurrent/Speculation/Foldable.hs:314:1
|
34 | , asum, asumBy
| ^^^^
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.