diff options
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r-- | libraries/integer-simple/GHC/Integer.hs | 2 | ||||
-rw-r--r-- | libraries/integer-simple/GHC/Integer/Simple/Internals.hs | 2 | ||||
-rw-r--r-- | libraries/integer-simple/GHC/Integer/Type.hs | 4 | ||||
-rw-r--r-- | libraries/integer-simple/integer-simple.cabal | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/libraries/integer-simple/GHC/Integer.hs b/libraries/integer-simple/GHC/Integer.hs index f419b2f592..a519acea9a 100644 --- a/libraries/integer-simple/GHC/Integer.hs +++ b/libraries/integer-simple/GHC/Integer.hs @@ -11,7 +11,7 @@ -- Stability : internal -- Portability : non-portable (GHC Extensions) -- --- An simple definition of the 'Integer' type. +-- A simple definition of the 'Integer' type. -- ----------------------------------------------------------------------------- diff --git a/libraries/integer-simple/GHC/Integer/Simple/Internals.hs b/libraries/integer-simple/GHC/Integer/Simple/Internals.hs index 64d0d6fd79..50733d4c0e 100644 --- a/libraries/integer-simple/GHC/Integer/Simple/Internals.hs +++ b/libraries/integer-simple/GHC/Integer/Simple/Internals.hs @@ -11,7 +11,7 @@ -- Stability : internal -- Portability : non-portable (GHC Extensions) -- --- An simple definition of the 'Integer' type. +-- A simple definition of the 'Integer' type. -- ----------------------------------------------------------------------------- diff --git a/libraries/integer-simple/GHC/Integer/Type.hs b/libraries/integer-simple/GHC/Integer/Type.hs index 31f852bbd1..b46eda184a 100644 --- a/libraries/integer-simple/GHC/Integer/Type.hs +++ b/libraries/integer-simple/GHC/Integer/Type.hs @@ -18,7 +18,7 @@ -- Stability : internal -- Portability : non-portable (GHC Extensions) -- --- An simple definition of the 'Integer' type. +-- A simple definition of the 'Integer' type. -- ----------------------------------------------------------------------------- @@ -781,7 +781,7 @@ quotRemPositive :: Positive -> Positive -> (# Integer, Integer #) else Cons (ys `smallShiftLPositive` n) (mkSubtractors (n -# 1#)) - -- The main function. Go the the end of xs, then walk + -- The main function. Go the end of xs, then walk -- back trying to divide the number we accumulate by ys. f :: Positive -> (# Digits, Digits #) f None = (# None, None #) diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal index 0c05ad71ec..231619c6c7 100644 --- a/libraries/integer-simple/integer-simple.cabal +++ b/libraries/integer-simple/integer-simple.cabal @@ -6,7 +6,7 @@ license-file: LICENSE maintainer: igloo@earth.li synopsis: Simple Integer library description: - This package contains an simple Integer library. + This package contains a simple Integer library. cabal-version: >=1.10 build-type: Simple |