Forked from
Glasgow Haskell Compiler / GHC
12661 commits behind the upstream repository.
Ben Gamari
authored
Previously we would implicitly convert the difference between two words to an int, resulting in an integer overflow on 64-bit machines. Fixes #16992