summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/TypeLits.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-02-05 18:15:40 +0100
committerGabor Greif <ggreif@gmail.com>2013-02-05 18:18:43 +0100
commit33d92b5c56f889a994243f04d8f2d3eb3b7dfca4 (patch)
tree2fb28aa2c61c6b0eb86dc2a9ca1d760baaa79bfd /libraries/base/GHC/TypeLits.hs
parent8129652784e230bd60ff4d6b402df30b73f0c3b5 (diff)
downloadhaskell-33d92b5c56f889a994243f04d8f2d3eb3b7dfca4.tar.gz
typo
Diffstat (limited to 'libraries/base/GHC/TypeLits.hs')
-rw-r--r--libraries/base/GHC/TypeLits.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/TypeLits.hs b/libraries/base/GHC/TypeLits.hs
index 2563ba7f70..f8b759efd4 100644
--- a/libraries/base/GHC/TypeLits.hs
+++ b/libraries/base/GHC/TypeLits.hs
@@ -219,7 +219,7 @@ instance Show (IsEven n) where
------------------------------------------------------------------------------ -}
--- | Unary implemenation of natural numbers.
+-- | Unary implementation of natural numbers.
-- Used both at the type and at the value level.
data Nat1 = Zero | Succ Nat1