summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/TypeLits.hs
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2014-04-01 10:05:11 +0100
committerJose Pedro Magalhaes <jpm@cs.ox.ac.uk>2014-04-01 10:05:11 +0100
commitd8072fa08c9bbcc0de76a3710d6700f3e7dce2db (patch)
tree88b810656d10a6c907261b7e8f3d7d3e1f2d3f20 /libraries/base/GHC/TypeLits.hs
parent260189a2a7793ecf2c2e546b8ce0a2d416b07f35 (diff)
downloadhaskell-d8072fa08c9bbcc0de76a3710d6700f3e7dce2db.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 94a4288409..083ae4d144 100644
--- a/libraries/base/GHC/TypeLits.hs
+++ b/libraries/base/GHC/TypeLits.hs
@@ -62,7 +62,7 @@ data Symbol
class KnownNat (n :: Nat) where
natSing :: SNat n
--- | This class gives the integer associated with a type-level symbol.
+-- | This class gives the string associated with a type-level symbol.
-- There are instances of the class for every concrete literal: "hello", etc.
--
-- /Since: 4.7.0.0/