[commit: ghc] master: Doc-only fixes (a1bbb56)

git at git.haskell.org git at git.haskell.org
Thu Nov 22 21:07:26 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a1bbb56f40b679f4841f0b044c0f5445ff6d3c5b/ghc

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

commit a1bbb56f40b679f4841f0b044c0f5445ff6d3c5b
Author: Alec Theriault <alec.theriault at gmail.com>
Date:   Thu Sep 20 23:31:00 2018 -0700

    Doc-only fixes
    
    * laws are capitalized definition lists, no emphasis on the labels
    * adds missing hyperlinks
    * fixes other misc. Haddock markup issues.


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

a1bbb56f40b679f4841f0b044c0f5445ff6d3c5b
 libraries/base/Control/Applicative.hs          |  4 +-
 libraries/base/Control/Category.hs             |  9 ++---
 libraries/base/Control/Monad/Fix.hs            |  8 ++--
 libraries/base/Control/Monad/Zip.hs            | 17 ++++----
 libraries/base/Data/Bifoldable.hs              |  8 +++-
 libraries/base/Data/Bitraversable.hs           |  6 +--
 libraries/base/Data/Fixed.hs                   | 15 +++----
 libraries/base/Data/Functor/Classes.hs         | 14 ++++---
 libraries/base/Data/Functor/Contravariant.hs   | 25 ++++--------
 libraries/base/Data/Proxy.hs                   |  2 +-
 libraries/base/Data/STRef.hs                   |  2 +-
 libraries/base/Data/Traversable.hs             | 54 ++++++++++----------------
 libraries/base/Data/Type/Equality.hs           |  4 +-
 libraries/base/GHC/Base.hs                     | 48 +++++++++++------------
 libraries/base/GHC/Float.hs                    |  1 +
 libraries/base/GHC/IORef.hs                    |  4 +-
 libraries/base/Text/ParserCombinators/ReadP.hs |  2 +-
 libraries/base/Text/Printf.hs                  | 12 +++---
 libraries/base/Text/Show/Functions.hs          |  2 +-
 libraries/base/Type/Reflection.hs              |  4 +-
 libraries/base/Unsafe/Coerce.hs                |  9 +++--
 21 files changed, 114 insertions(+), 136 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc a1bbb56f40b679f4841f0b044c0f5445ff6d3c5b


More information about the ghc-commits mailing list