Use pointer equality for instances `Eq (Array a)` and `Eq (SmallArray a)`?!
Open
- Dominant language
- Haskell
- Stars
- 123
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
These instances are currently defined in terms of `arrayLiftEq` and `smallArrayLiftEq`.
`Eq (PrimArray a)` on the other hand makes use of `sameByteArray`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.