Implement arithmetic for Word64 and Word8 types
Open
- Dominant language
- Standard ML
- Stars
- 1.2k
- Forks
- 104
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 16
Description
The following operations would be useful additions to the Word{8,64} modules:
- `val * : word -> word -> word`
- `val / : word -> word -> word`
- `val compare : word -> word -> ordering`
And maybe also the comparison operators `<`,`<=`, `>`, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.