diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-02-01 21:16:55 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-02-01 21:16:55 +0100 |
commit | c7a050f1ca2df732f7310c1fa0b9c4963b89017e (patch) | |
tree | bef8235d706dbcd4245bf370dfd6a8ddae4c56b8 /libraries/integer-gmp/changelog.md | |
parent | b6253fae511909a6e1e6379c44b14de86270a4b6 (diff) | |
download | haskell-c7a050f1ca2df732f7310c1fa0b9c4963b89017e.tar.gz |
Fix a popular typo
Herbert, this is a merge candidate to the 7.8 branch
Diffstat (limited to 'libraries/integer-gmp/changelog.md')
-rw-r--r-- | libraries/integer-gmp/changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/changelog.md b/libraries/integer-gmp/changelog.md index 9be79f6fd9..28e662bcea 100644 --- a/libraries/integer-gmp/changelog.md +++ b/libraries/integer-gmp/changelog.md @@ -7,7 +7,7 @@ * Improved Haddock documentation * New [PrimBool](https://ghc.haskell.org/trac/ghc/wiki/PrimBool) - versions of comparision predicates in `GHC.Integer`: + versions of comparison predicates in `GHC.Integer`: eqInteger# :: Integer -> Integer -> Int# geInteger# :: Integer -> Integer -> Int# |