Make generic parameter requirements more flexible for custom derive
Open
- Dominant language
- Rust
- Stars
- 201
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
[Currently](https://github.com/sebcrozet/alga/pull/9#issuecomment-290239560) generic parameter requirement affect the algebraic trait and all it's super traits.
Most simple way of fixing this would be to allow different where clauses for subtraits, but this would be cumbersome.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.