summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-01-30 09:31:47 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2017-01-30 09:31:47 -0500
commitf60287c478a5f52bcb7e558c0995f552713772d1 (patch)
tree3669b5c9dfd0a6060a18c97f4f86944b823ffa4d
parent4441f90738e27ea7ba368723f27d19c03093aa66 (diff)
downloadhaskell-f60287c478a5f52bcb7e558c0995f552713772d1.tar.gz
Fix mismatched tick in GHC.Generics documentation
[ci skip] A Generic derivation example in the documentation of GHC.Generics put a tick (used for datatype promotion) in the wrong place. Fixes #13206.
-rw-r--r--libraries/base/GHC/Generics.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Generics.hs b/libraries/base/GHC/Generics.hs
index 2ba16ed5c6..8e128d444f 100644
--- a/libraries/base/GHC/Generics.hs
+++ b/libraries/base/GHC/Generics.hs
@@ -76,7 +76,7 @@ module GHC.Generics (
-- type 'Rep' (Tree a) =
-- 'D1' ('MetaData \"Tree\" \"Main\" \"package-name\" 'False)
-- ('C1' ('MetaCons \"Leaf\" 'PrefixI 'False)
--- ('S1' '(MetaSel 'Nothing
+-- ('S1' ('MetaSel 'Nothing
-- 'NoSourceUnpackedness
-- 'NoSourceStrictness
-- 'DecidedLazy)