[commit: haddock] master: Improve display of poly-kinded type operators (bc5756d)
git at git.haskell.org
git at git.haskell.org
Tue Feb 11 15:59:20 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/bc5756d062bbc5cad5d4fa60798435ed020c518e
>---------------------------------------------------------------
commit bc5756d062bbc5cad5d4fa60798435ed020c518e
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>
>---------------------------------------------------------------
bc5756d062bbc5cad5d4fa60798435ed020c518e
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 bc5756d062bbc5cad5d4fa60798435ed020c518e
More information about the ghc-commits
mailing list