[commit: haddock] ghc-7.8: Improve display of poly-kinded type operators (962d239)

git at git.haskell.org git at git.haskell.org
Mon Feb 17 14:09:37 UTC 2014


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

On branch  : ghc-7.8
Link       : http://git.haskell.org/haddock.git/commitdiff/962d239c6c1f368a784624cc6e8259f910c6f8e9

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

commit 962d239c6c1f368a784624cc6e8259f910c6f8e9
Author: nand <git at nand.wakku.to>
Date:   Tue Feb 11 11:52:48 2014 +0100

    Improve display of poly-kinded type operators
    
    This now displays them as (==) k a b c ... to mirror GHC's behavior,
    instead of the old (k == a) b c ... which was just wrong.
    
    Signed-off-by: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
    (cherry picked from commit bc5756d062bbc5cad5d4fa60798435ed020c518e)


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

962d239c6c1f368a784624cc6e8259f910c6f8e9
 CHANGES                            |    2 +
 html-test/ref/TypeFamilies.html    |  292 ++++++++++++++++++++++++++++--------
 html-test/src/TypeFamilies.hs      |   14 +-
 src/Haddock/Backends/LaTeX.hs      |   22 +--
 src/Haddock/Backends/Xhtml.hs      |    2 +-
 src/Haddock/Backends/Xhtml/Decl.hs |   30 ++--
 src/Haddock/Convert.hs             |   10 +-
 src/Haddock/Interface/Rename.hs    |    5 +-
 src/Haddock/Types.hs               |    6 +-
 9 files changed, 280 insertions(+), 103 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 962d239c6c1f368a784624cc6e8259f910c6f8e9


More information about the ghc-commits mailing list