[commit: ghc] master: Expanded abbreviations in Haddock documentation (ca7e1ad)

git at git.haskell.org git at git.haskell.org
Fri Aug 5 08:41:08 UTC 2016


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

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

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

commit ca7e1ad346362ba68b430550110e74421b19193f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Aug 4 14:36:09 2016 +0200

    Expanded abbreviations in Haddock documentation
    
    This adds notes to the Haddock documentation for various core datatypes
    expanding abbreviations.
    
    Reviewers: bgamari, thomie
    
    Differential Revision: https://phabricator.haskell.org/D2406
    
    GHC Trac Issues: #12405


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

ca7e1ad346362ba68b430550110e74421b19193f
 compiler/basicTypes/BasicTypes.hs |  26 ++++++++--
 compiler/basicTypes/DataCon.hs    |  23 ++++++---
 compiler/basicTypes/IdInfo.hs     |  25 ++++++---
 compiler/basicTypes/MkId.hs       |   1 +
 compiler/basicTypes/Module.hs     |   4 +-
 compiler/basicTypes/NameEnv.hs    |   4 +-
 compiler/basicTypes/OccName.hs    |   5 ++
 compiler/basicTypes/PatSyn.hs     |   3 +-
 compiler/basicTypes/RdrName.hs    |  42 +++++++++++----
 compiler/basicTypes/SrcLoc.hs     |  11 +++-
 compiler/basicTypes/UniqSupply.hs |   4 +-
 compiler/basicTypes/Unique.hs     |   4 +-
 compiler/basicTypes/Var.hs        |  38 ++++++++++++--
 compiler/basicTypes/VarEnv.hs     |  22 +++++++-
 compiler/basicTypes/VarSet.hs     |  19 ++++++-
 compiler/hsSyn/HsBinds.hs         |  74 +++++++++++++++++++++------
 compiler/hsSyn/HsDecls.hs         | 104 +++++++++++++++++++++++++++++++-------
 compiler/hsSyn/HsDoc.hs           |   2 +
 compiler/hsSyn/HsExpr.hs          |  79 ++++++++++++++++++++++++-----
 compiler/hsSyn/HsImpExp.hs        |  32 +++++++++---
 compiler/hsSyn/HsLit.hs           |  60 ++++++++++++++--------
 compiler/hsSyn/HsPat.hs           |  73 ++++++++++++++++++--------
 compiler/hsSyn/HsSyn.hs           |   4 +-
 compiler/hsSyn/HsTypes.hs         |  40 ++++++++++++++-
 24 files changed, 559 insertions(+), 140 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 ca7e1ad346362ba68b430550110e74421b19193f


More information about the ghc-commits mailing list