Replace use of Integer with fixed-sized types
Open
- Dominant language
- Haskell
- Stars
- 135
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
Packs more predictably.
* `Day` contains `Integer`
* `Int32` days is ± 5.8 million years
* probably want `Int64`
* `DiffTime` and `NominalDiffTime` contain `Pico` (`Fixed`) which contains `Integer`
* `Int64` picoseconds is ±106 days, not big enough
* `Int128`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.