[commit: ghc] master: Better linting for types (6da5b87)
git at git.haskell.org
git at git.haskell.org
Fri Apr 27 16:21:34 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6da5b8772d512e2fb61730367f5258303e008ab4/ghc
>---------------------------------------------------------------
commit 6da5b8772d512e2fb61730367f5258303e008ab4
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Fri Apr 27 16:32:02 2018 +0100
Better linting for types
Trac #15057 described deficiencies in the linting for types
involving type synonyms. This patch fixes an earlier attempt.
The moving parts are desrcribed in
Note [Linting type synonym applications]
Not a big deal.
>---------------------------------------------------------------
6da5b8772d512e2fb61730367f5258303e008ab4
compiler/coreSyn/CoreLint.hs | 169 ++++++++++++++++++++++++------------------
compiler/typecheck/FamInst.hs | 4 +-
2 files changed, 99 insertions(+), 74 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 6da5b8772d512e2fb61730367f5258303e008ab4
More information about the ghc-commits
mailing list