[commit: ghc] master: Typo (453e0fd)
git at git.haskell.org
git at git.haskell.org
Thu Jun 19 09:51:43 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/453e0fde4ebf9fc21817e3c0924da083f02c187a/ghc
>---------------------------------------------------------------
commit 453e0fde4ebf9fc21817e3c0924da083f02c187a
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date: Thu Jun 19 10:51:22 2014 +0100
Typo
>---------------------------------------------------------------
453e0fde4ebf9fc21817e3c0924da083f02c187a
libraries/base/Data/Data.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Data.hs b/libraries/base/Data/Data.hs
index 510fe15..25f2875 100644
--- a/libraries/base/Data/Data.hs
+++ b/libraries/base/Data/Data.hs
@@ -323,7 +323,7 @@ class Typeable a => Data a where
-- | A generic query that processes the immediate subterms and returns a list
-- of results. The list is given in the same order as originally specified
- -- in the declaratoin of the data constructors.
+ -- in the declaration of the data constructors.
gmapQ :: (forall d. Data d => d -> u) -> a -> [u]
gmapQ f = gmapQr (:) [] f
More information about the ghc-commits
mailing list