[commit: packages/base] master: Typo (52c0b09)

git at git.haskell.org git at git.haskell.org
Tue Apr 1 09:05:16 UTC 2014


Repository : ssh://git@git.haskell.org/base

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/52c0b09036c36f1ed928663abb2f295fd36a88bb/base

>---------------------------------------------------------------

commit 52c0b09036c36f1ed928663abb2f295fd36a88bb
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date:   Tue Apr 1 10:05:11 2014 +0100

    Typo


>---------------------------------------------------------------

52c0b09036c36f1ed928663abb2f295fd36a88bb
 GHC/TypeLits.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GHC/TypeLits.hs b/GHC/TypeLits.hs
index 94a4288..083ae4d 100644
--- a/GHC/TypeLits.hs
+++ b/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/



More information about the ghc-commits mailing list